返回 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. |