Twilio SMS/WhatsApp

community_twilio · action · Utility · Available · v1.0.0

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.

⚙️ Configuration parameters

Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.

FieldTypeRequiredDefaultDescription
operation
Operazione
enum
sendSmssendWhatsappgetMessage
yessendSms
to
Destinatario (E.164)
expressionno
+393331234567
Numero destinatario in formato E.164. Obbligatorio per send. Supporta {{input.phone}}.
fromNumber
Mittente (E.164)
expressionno
+390212345678
Numero Twilio mittente. Se vuoto usa il fromNumber del vault.
body
Testo messaggio
expressionno
Il tuo codice è {{input.otp}}
Testo (max 1600 char). Obbligatorio per sendSms/sendWhatsapp.
messageSid
Message SID (getMessage)
expressionno
SMxxxxxxxx
SID del messaggio per getMessage (stato delivery).
integrationLabel
Etichetta credenziali (opzionale)
stringno
Default account
Per gestire più account dello stesso provider. Lascia vuoto per il default.

💡 Configuration example

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"
  }
}

🔗 Related nodes in the same category

Ready to use Twilio SMS/WhatsApp?

Available now on all FlowForge plans. Try it free without a credit card.

Start freeBrowse all nodes