Twilio に戻る
Twilio と Knoon AI を接続して AI ワークフローを自動化します。
Send a plain SMS.
twilioDefaultSendSMS
ベータ
内部
権限
表示する項目がありません。
オプション権限
表示する項目がありません。
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| from | file | Twilio Messaging Service SID. | はい |
| to | mustache | Recipient phone number in E.164 format. | はい |
| body | mustache | SMS 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. |