Integrations / Messaging
Twilio
Send SMS and WhatsApp messages, place calls, and look up message and call history in Twilio.
Tools
twilio.send_message writes
Send an SMS, MMS or WhatsApp message from a Twilio number or Messaging Service.
twilio.get_message
Get a message by its SID, e.g. SMaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.
twilio.list_messages
List recent messages, newest first, optionally filtered by sender, recipient or send date.
twilio.make_call writes
Place an outbound call that runs the given TwiML or the TwiML at a URL.
twilio.get_call
Get a call by its SID, e.g. CAaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.
twilio.list_calls
List recent calls, newest first, optionally filtered by number or status.
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.
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}.
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
- In the Twilio Console, find the Account SID and Auth Token under Account Info on the account dashboard.
- Paste both on the connection.
Credentials
Your next automation is one sentence away.
14-day free trial with $5 of built-in AI included. Cancel anytime.