Description
Enterprise connector for Twilio programmable communications via the official REST API: send SMS, send WhatsApp messages and look up message status — the three operations covering the main messaging use cases.
community_twilio · action · Utility · Available · v1.0.0
Enterprise connector for Twilio programmable communications via the official REST API: send SMS, send WhatsApp messages and look up message status — the three operations covering the main messaging use cases.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
operationOperazione | enumsendSmssendWhatsappgetMessage | yes | sendSms | — |
toDestinatario (E.164) | expression | no | — +393331234567 | Numero destinatario in formato E.164. Obbligatorio per send. Supporta {{input.phone}}. |
fromNumberMittente (E.164) | expression | no | — +390212345678 | Numero Twilio mittente. Se vuoto usa il fromNumber del vault. |
bodyTesto messaggio | expression | no | — Il tuo codice è {{input.otp}} | Testo (max 1600 char). Obbligatorio per sendSms/sendWhatsapp. |
messageSidMessage SID (getMessage) | expression | no | — SMxxxxxxxx | SID del messaggio per getMessage (stato delivery). |
integrationLabelEtichetta credenziali (opzionale) | string | no | — Default account | Per gestire più account dello stesso provider. Lascia vuoto per il default. |
JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-community_twilio-1",
"defId": "community_twilio",
"label": "Twilio SMS/WhatsApp",
"config": {
"operation": "sendSms"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes