Twilio is an easy tool for developers to send and receive SMS and voice calls.

Changelog

7 versions
v1.2.3 Latest
  • SendSMS now stops with a clear error when From or To is missing instead of calling the API; the sender number picker is a typeahead; added an output example.
v1.2.2
  • Added output schemas with examples to the NewCall and GatherCallInput webhook outputs.
v1.2.1
  • MakeApiCall: request bodies are now sent as application/x-www-form-urlencoded (Twilio's required encoding) so POST/PUT calls work; override via the Headers input if needed.
v1.2.0
  • Added test() (Flow Test Mode) to the NewCall trigger (throws to defer to the engine fallback chain, as the inbound-call webhook has no fetchable REST equivalent).
v1.1.0
  • add MakeApiCall component with key-value array inputs for headers and parameters per standard #1459
  • Added output examples to component schemas.
v1.0.3
  • Make Call: Added response statuses of initiated and answered and updated output port options.
v1.0.1
  • Initial version.

Authentication

TypeDetails
API Key
Account SID (text)
Log into your Twilio account and find API Credentials on your settings page.
Authentication Token (text)
Found directly next to your Account SID.

Triggers

1
New Call icon

New Call

Receive a call through Twilio.

Actions

7
Call Reject icon

Call Reject

Reject a call without being billed.
Forward Call icon

Forward Call

Forward call to another phone number.
Gather Call Input icon

Gather Call Input

Collects digits or transcribes speech from a caller.
Make Call icon

Make Call

Make outgoing call.
Call Response Say icon

Call Response Say

Voice response to a call through Twilio.
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Twilio API.
Send S M S icon

Send S M S

Send SMS text message through Twilio.