Integrations / Messaging

Twilio

Send SMS and WhatsApp messages, place calls, and look up message and call history in Twilio.

8 tools

Tools

twilio.send_message writes

Send an SMS, MMS or WhatsApp message from a Twilio number or Messaging Service.

to*bodymedia_urlsfrommessaging_service_sidstatus_callback

twilio.get_message

Get a message by its SID, e.g. SMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.

message_sid*

twilio.list_messages

List recent messages, newest first, optionally filtered by sender, recipient or send date.

tofromdate_sentdate_sent_afterdate_sent_beforepage_size

twilio.make_call writes

Place an outbound call that runs the given TwiML or the TwiML at a URL.

to*from*twimlurlstatus_callback

twilio.get_call

Get a call by its SID, e.g. CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.

call_sid*

twilio.list_calls

List recent calls, newest first, optionally filtered by number or status.

tofromstatusstart_time_afterpage_size

twilio.api_get

Send a GET request to any Twilio API path under https://api.twilio.com/2010-04-01/Accounts/{account_sid} and return the response. For endpoints the named tools don't cover.

path*params

twilio.api_request writes

Send a POST, PUT, PATCH or DELETE request to any Twilio API path under https://api.twilio.com/2010-04-01/Accounts/{account_sid}.

method*path*paramsbody

Tick Allow raw writes on the connection to add api_request, which can send POST, PUT, PATCH and DELETE requests to any Twilio API path.

Connect

  1. In the Twilio Console, find the Account SID and Auth Token under Account Info on the account dashboard.
  2. Paste both on the connection.

Credentials

Account SID Auth Token

Twilio API docs

Your next automation is one sentence away.

14-day free trial with $5 of built-in AI included. Cancel anytime.