Terug naar Twilio
Verbinding maken met Knoon AI met Twilio om AI-workflows te automatiseren.
Send an SMS reply to a customer.
twilioDefaultReplySMS
BÈTA
Intern
Machtigingen
Er zijn geen items om weer te geven.
Optionele machtigingen
Er zijn geen items om weer te geven.
Parameters
| Naam | Type | Beschrijving | Vereist |
|---|---|---|---|
| from | file | Twilio Messaging Service SID. | Ja |
| to | mustache | Recipient phone number in E.164 format. | Ja |
| body | mustache | Reply body. | Ja |
Retouren
| Naam | Type | Beschrijving |
|---|---|---|
| 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. |