返回 Twilio
將 Knoon AI 與 Twilio 連接以自動化 AI 工作流程。
Send an SMS reply to a customer.
twilioDefaultReplySMS
測試版
內部
權限
沒有項目可顯示。
可選權限
沒有項目可顯示。
參數
| 名稱 | 類型 | 說明 | 必填 |
|---|---|---|---|
| from | file | Twilio Messaging Service SID. | 是的 |
| to | mustache | Recipient phone number in E.164 format. | 是的 |
| body | mustache | Reply body. | 是的 |
退貨
| 名稱 | 類型 | 說明 |
|---|---|---|
| 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. |