Skip to content

Twilio ​

Send SMS, make voice calls, and manage phone numbers via Twilio.

DetailValue
CategoryCommunication
Base URLhttps://api.twilio.com
AuthenticationBearer Token
Endpoints5
Connector keytwilio

Using Twilio in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick Twilio from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /Accounts/{AccountSid}/Messages.jsonSend an SMS message
GET /Accounts/{AccountSid}/Messages.jsonList messages
GET /Accounts/{AccountSid}/Messages/{MessageSid}.jsonFetch a message
POST /Accounts/{AccountSid}/Calls.jsonMake a phone call
GET /Accounts/{AccountSid}/Calls.jsonList calls

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.