Twilio

Twilio provides communication APIs for SMS, voice, and video.

Prerequisites

Connect

conjra add twilio

Twilio uses basic authentication. You will be prompted for both accountSid and authToken.

MCP Tools

send_twilio_sms

Send an SMS message via Twilio.

ParameterTypeRequiredDescription
tostringYesE.164 format (+15551234567)
fromstringYesYour Twilio number (E.164)
bodystringYesMessage content
statusCallbackstringNoStatus callback URL

Example: "use conjra to send an sms to +15551234567 saying hello"

get_twilio_phone_numbers

List Twilio phone numbers on your account.

ParameterTypeRequiredDescription
accountSidstringNoAccount SID (defaults to connected account)

create_twilio_webhook

Configure webhook URLs for a Twilio phone number.

ParameterTypeRequiredDescription
phoneSidstringYesPhone number SID (PN...)
smsUrlstringNoSMS webhook URL
voiceUrlstringNoVoice webhook URL
Edit this page on GitHub