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
NameTypeDescriptionRequired
phoneIdmustache WhatsApp Phone Number ID used as the sender (digits only, e.g. 123456789012345).Yes
recipientmustache Recipient phone number in international format (digits only, e.g. 6591234567).Yes
bodymustache Main card body text.Yes
headerTextmustache Optional card header text.No
footerTextmustache Optional card footer text.No
buttonsmustache Optional JSON array of buttons. Example: [{"title":"View","url":"https://example.com"}] or [{"id":"confirm","title":"Confirm"}].No
Returns
NameTypeDescription
resultstring Status of the operation. Expected value: "SENT".