Twilio
Cloud communications platform for building SMS, Voice & Messaging applications
Actions
| Name | Description |
|---|---|
send_smsSend a new SMS message | Send a new SMS message |
phone_number_lookupLookup information about a phone number. | Lookup information about a phone number. |
make_callCall a number and say a message. | Call a number and say a message. |
get_messageRetrieves the details of a specific message. | Retrieves the details of a specific message. |
download_recording_mediaDownload the media file for a specific recording. | Download the media file for a specific recording. |
custom_api_callMake a custom API call to a specific endpoint | Make a custom API call to a specific endpoint |
Triggers
| Name | Description |
|---|---|
new_incoming_smsTriggers when a new SMS message is received | Triggers when a new SMS message is received |
new_phone_numberTriggers when you add a new phone number to your account. | Triggers when you add a new phone number to your account. |
new_recordingTriggers when a new call recording is completed and available. | Triggers when a new call recording is completed and available. |
new_transcriptionTriggers when a new call recording transcription is completed. | Triggers when a new call recording transcription is completed. |
new_callTriggers when a call completes (incoming or outgoing). | Triggers when a call completes (incoming or outgoing). |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'twilio',
actionName: 'send_sms',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Twilio to my app?
Use Weavz Hosted Connect for Basic Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Twilio support?
Twilio supports 6 actions including Send SMS, Phone Number Lookup, Call Phone, Get Message, Download Recording Media, and more.
Can I use Twilio with AI agents?
Yes. Add Twilio to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Twilio use?
Twilio uses Basic Auth. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Twilio integration cost?
The Twilio integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Twilio support?
Twilio supports 5 triggers including New Incoming SMS, New Phone Number, New Recording, New Transcription, New Call.
Connect Twilio in 2 minutes
Get 1,000 free actions every month. No credit card required.