返回 Whatsapp
将 Knoon AI 与 Whatsapp (Meta) 连接以自动化 AI 工作流。
Send a WhatsApp interactive card-like message with optional buttons.
metaWhatsappSendCardMessage
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| phoneId | mustache | WhatsApp Phone Number ID used as the sender (digits only, e.g. 123456789012345). | 是的 |
| recipient | mustache | Recipient phone number in international format (digits only, e.g. 6591234567). | 是的 |
| body | mustache | Main card body text. | 是的 |
| headerText | mustache | Optional card header text. | 没有 |
| footerText | mustache | Optional card footer text. | 没有 |
| buttons | mustache | Optional JSON array of buttons. Example: [{"title":"View","url":"https://example.com"}] or [{"id":"confirm","title":"Confirm"}]. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| result | string | Status of the operation. Expected value: "SENT". |