Twilio に戻る
Twilio と Knoon AI を接続して 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. |