Voltar para Twilio
Conectar Knoon AI com Twilio para automatizar fluxos de trabalho de AI.
Send a WhatsApp message through Twilio.
twilioDefaultSendWhatsAppMessage
Beta
Interno
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
| Nome | Tipo | Descrição | Obrigatório |
|---|---|---|---|
| from | mustache | Twilio WhatsApp sender. | Sim |
| to | mustache | Recipient WhatsApp phone number in E.164 format. | Sim |
| body | mustache | WhatsApp message body. | Sim |
Devoluções
| Nome | Tipo | Descrição |
|---|---|---|
| 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. |