返回 Whatsapp
将 Knoon AI 与 Whatsapp (Meta) 连接以自动化 AI 工作流。
Send a WhatsApp template message using an approved template.
metaWhatsappSendTemplateMessage
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| 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). | 是的 |
| templateName | mustache | Approved WhatsApp template name. | 是的 |
| languageCode | mustache | Template language code (e.g. en, en_US, ms). | 是的 |
| components | mustache | Optional JSON array for template components. Example: [{"type":"body","parameters":[{"type":"text","text":"Alice"}]}]. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| result | string | Status of the operation. Expected value: "SENT". |