Atrás a Twilio
Conectar Knoon AI con Twilio para automatizar flujos de trabajo de AI.
Send an SMS reply to a customer.
twilioDefaultReplySMS
Beta
Interno
Permisos
No hay elementos para mostrar.
Permisos opcionales
No hay elementos para mostrar.
Parámetros
| Nombre | Tipo | Descripción | Requerido |
|---|---|---|---|
| from | file | Twilio Messaging Service SID. | Sí |
| to | mustache | Recipient phone number in E.164 format. | Sí |
| body | mustache | Reply body. | Sí |
Devoluciones
| Nombre | Tipo | Descripción |
|---|---|---|
| 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. |