eavz
Twilio

Twilio

Cloud communications platform for building SMS, Voice & Messaging applications

6 actions
5 triggers

Actions

Name
send_sms

Send a new SMS message

phone_number_lookup

Lookup information about a phone number.

make_call

Call a number and say a message.

get_message

Retrieves the details of a specific message.

download_recording_media

Download the media file for a specific recording.

custom_api_call

Make a custom API call to a specific endpoint

Triggers

Name
new_incoming_sms

Triggers when a new SMS message is received

new_phone_number

Triggers when you add a new phone number to your account.

new_recording

Triggers when a new call recording is completed and available.

new_transcription

Triggers when a new call recording transcription is completed.

new_call

Triggers when a call completes (incoming or outgoing).

Quick Start

TypeScript
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.