Loading...
Loading...
Whatsapp integration. Manage Chats, Users, Groups, Contacts, Statuses. Use when the user wants to interact with Whatsapp data.
npx skill4agent add membranedev/application-skills whatsappmembranenpm install -g @membranehq/climembrane login --tenantmembrane login complete <code>membrane search whatsapp --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 |
|---|---|---|
| Send Sticker Message | send-sticker-message | Send a sticker message to a WhatsApp user. |
| Update Business Profile | update-business-profile | Update the WhatsApp Business Profile information. |
| Get Business Profile | get-business-profile | Retrieve the WhatsApp Business Profile information including about text, address, description, email, and websites. |
| Mark Message as Read | mark-message-as-read | Mark a received message as read. |
| Send Reaction | send-reaction | Send a reaction emoji to a specific message. |
| Send Contacts Message | send-contacts-message | Send one or more contact cards (vCards) to a WhatsApp user. |
| Send Location Message | send-location-message | Send a location message with coordinates and optional name/address to a WhatsApp user. |
| Send Interactive List Message | send-interactive-list-message | Send an interactive message with a list menu containing up to 10 selectable options organized in sections. |
| Send Interactive Buttons Message | send-interactive-buttons-message | Send an interactive message with up to 3 reply buttons for quick user responses. |
| Send Audio Message | send-audio-message | Send an audio message to a WhatsApp user. |
| Send Video Message | send-video-message | Send a video message to a WhatsApp user. |
| Send Document Message | send-document-message | Send a document file to a WhatsApp user. |
| Send Image Message | send-image-message | Send an image message to a WhatsApp user. |
| Send Template Message | send-template-message | Send a pre-approved template message to a WhatsApp user. |
| Send Text Message | send-text-message | Send a text message to a WhatsApp user |
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