Skip to main content

Twilio

Send SMS and MMS messages globally, initiate WhatsApp conversations, trigger voice calls, and react to inbound messages and call events via Twilio webhooks.

Authentication

Auth type: Basic (Account SID + Auth Token) Find credentials in the Twilio Console dashboard.
CredentialDescription
Account SIDTwilio account SID (starts with AC)
Auth TokenTwilio auth token
From NumberYour Twilio phone number or WhatsApp sender

Triggers

TriggerWhen it fires
SMS ReceivedAn inbound SMS arrives on your Twilio number
Call ReceivedAn inbound voice call arrives on your Twilio number
SMS Status ChangedA sent message status changes (delivered, failed, etc.)

Actions

ActionKey inputsKey outputs
Send SMSto, bodysid, status, to
Send MMSto, body, mediaUrlsid, status, to
Send WhatsAppto, bodysid, status
Make Voice Callto, twimlUrl or twimlsid, status, direction
Get Message StatusmessageSidsid, status, to, from, body, dateSent
Lookup NumberphoneNumberphoneNumber, countryCode, lineType