Back to Whatsapp
Connect Knoon AI with Whatsapp (Meta) to automate AI workflows.
Send a WhatsApp interactive card-like message with optional buttons.
metaWhatsappSendCardMessage
BETA
Internal
Permissions
There are no items to display.
Optional permissions
There are no items to display.
Parameters
| Name | Type | Description | Required |
|---|---|---|---|
| phoneId | mustache | WhatsApp Phone Number ID used as the sender (digits only, e.g. 123456789012345). | Yes |
| recipient | mustache | Recipient phone number in international format (digits only, e.g. 6591234567). | Yes |
| body | mustache | Main card body text. | Yes |
| headerText | mustache | Optional card header text. | No |
| footerText | mustache | Optional card footer text. | No |
| buttons | mustache | Optional JSON array of buttons. Example: [{"title":"View","url":"https://example.com"}] or [{"id":"confirm","title":"Confirm"}]. | No |
Returns
| Name | Type | Description |
|---|---|---|
| result | string | Status of the operation. Expected value: "SENT". |