Loading...
Loading...
Burst SMS integration. Manage data, records, and automate workflows. Use when the user wants to interact with Burst SMS data.
npx skill4agent add membranedev/application-skills burst-smsmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search burst-sms --elementType=connector --jsonoutput.items[0].element?.idmembrane connect --connectorId=CONNECTOR_ID --jsonmembrane connection list --jsonconnectionIdmembrane action list --intent=QUERY --connectionId=CONNECTION_ID --json| Name | Key | Description |
|---|---|---|
| Get Message | get-sms | Get information about a specific message or campaign |
| Get Balance | get-balance | Get account balance and information |
| Get Numbers | get-numbers | Get a list of virtual numbers leased by you or available to lease |
| Get Contact | get-contact | Get information about a specific contact |
| Opt Out Contact | optout-list-member | Opt out (unsubscribe) a contact from a list |
| Remove Contact from List | delete-from-list | Remove a contact from a list |
| Update Contact | edit-list-member | Update an existing contact's information in a list |
| Add Contact to List | add-to-list | Add a new contact to a contact list. |
| Remove List | remove-list | Delete a contact list |
| Add List | add-list | Create a new contact list |
| Get List | get-list | Get detailed information about a specific contact list |
| Get Lists | get-lists | Get information about all contact lists in your account |
| Format Number | format-number | Validate and format a phone number to international E.164 format |
| Get SMS Responses | get-sms-responses | Get reply messages received for a specific message, keyword, or mobile number |
| Get SMS Delivery Status | get-sms-delivery-status | Get the delivery status for recipients of a sent SMS message |
| Cancel SMS | cancel-sms | Cancel a scheduled SMS message that hasn't been sent yet |
| Send SMS | send-sms | Send an SMS message to one or more recipients, or to a contact list |
membrane action run --connectionId=CONNECTION_ID ACTION_ID --jsonmembrane action run --connectionId=CONNECTION_ID ACTION_ID --json --input "{ \"key\": \"value\" }"membrane request CONNECTION_ID /path/to/endpoint| Flag | Description |
|---|---|
| HTTP method (GET, POST, PUT, PATCH, DELETE). Defaults to GET |
| Add a request header (repeatable), e.g. |
| Request body (string) |
| Shorthand to send a JSON body and set |
| Send the body as-is without any processing |
| Query-string parameter (repeatable), e.g. |
| Path parameter (repeatable), e.g. |
membrane action list --intent=QUERY