Loading...
Loading...
Message Bird integration. Manage Persons, Organizations, Pipelines, Users, Goals, Filters. Use when the user wants to interact with Message Bird data.
npx skill4agent add membranedev/application-skills message-birdmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search message-bird --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 |
|---|---|---|
| List Contacts | list-contacts | List all contacts with optional pagination. |
| Delete Contact | delete-contact | Delete an existing contact by its unique ID. |
| Update Contact | update-contact | Update an existing contact's information. |
| Get Contact | get-contact | Retrieve the information of an existing contact by ID or phone number (MSISDN). |
| Create Contact | create-contact | Create a new contact in MessageBird with phone number and optional details. |
| Get Balance | get-balance | Retrieve your MessageBird account balance information including payment type, amount, and currency. |
| Delete Message | delete-message | Delete an existing scheduled message by its unique ID. |
| Get Message | get-message | Retrieve the information of an existing message by its unique ID. |
| List Messages | list-messages | List SMS messages with optional filters for originator, recipient, direction, status, and date range. |
| Send SMS | send-sms | Send an SMS message to one or more recipients. |
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