返回 Twilio
将 Knoon AI 与 Twilio 连接以自动化 AI 工作流。
Send a Twilio Content template over WhatsApp.
twilioDefaultSendWhatsAppTemplate
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| from | mustache | Twilio WhatsApp sender. | 是的 |
| to | mustache | Recipient WhatsApp phone number in E.164 format. | 是的 |
| contentSid | mustache | Twilio Content SID, e.g. HX... | 是的 |
| contentVariables | mustache | Optional JSON object string for template variables. | 没有 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| sid | string | Twilio message SID. |
| status | string | Message status. |
| direction | string | Message direction. |
| from | string | Sender. |
| to | string | Recipient. |
| body | string | Message body. |
| errorCode | string | Twilio error code when available. |
| errorMessage | string | Twilio error message when available. |
| dateCreated | string | Created date. |
| dateSent | string | Sent date. |