Retour à Twilio
Connecter Knoon AI avec Twilio pour automatiser les flux de travail AI.
Send a WhatsApp message through Twilio.
twilioDefaultSendWhatsAppMessage
Bêta
Interne
Autorisations
Il n'y a aucun élément à afficher.
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
| Nom | Type | Description | Requis |
|---|---|---|---|
| from | mustache | Twilio WhatsApp sender. | Oui |
| to | mustache | Recipient WhatsApp phone number in E.164 format. | Oui |
| body | mustache | WhatsApp message body. | Oui |
Retours
| Nom | Type | Description |
|---|---|---|
| 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. |