返回 Twilio
将 Knoon AI 与 Twilio 连接以自动化 AI 工作流。
Send an SMS using a resolved template body.
twilioDefaultSendTemplatedSMS
测试版
内部
权限
没有可显示的项目。
可选权限
没有可显示的项目。
参数
| 名称 | 类型 | 描述 | 必填 |
|---|---|---|---|
| from | file | Twilio Messaging Service SID. | 是的 |
| to | mustache | Recipient phone number in E.164 format. | 是的 |
| body | mustache | SMS template body. Use Knoon variables to personalize it. | 是的 |
回报
| 名称 | 类型 | 描述 |
|---|---|---|
| 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. |