Twilio
Cloud communications platform for building SMS, Voice & Messaging applications
Tools
| 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-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('twilio', 'send_sms', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'twilio',
input: { /* ... */ },
})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 tools programmatically.
What tools does Twilio support?
Twilio supports 6 tools 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 Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Twilio to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Twilio as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Twilio tools exposed by that workspace.
Does Twilio work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Twilio work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Twilio?
Twilio exposes 6 tools, including Send SMS, Phone Number Lookup, Call Phone, Get Message, Download Recording Media, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Twilio be used in stateful agent workflows?
Yes. Agents can combine Twilio tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Twilio use?
Twilio uses Basic Auth. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Twilio integration cost?
The Twilio integration is included on all Weavz plans including the free tier with 20,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 minutes
Get 20,000 free action executions every month. No credit card required.