Twilio
Send texts and make calls programmatically
Twilio communication platform - send SMS, MMS, make calls, manage phone numbers, and handle messaging workflows
Look up data, search, list, and analyze
Create new things, update existing ones
List Messages
readList SMS/MMS messages sent or received. Filter by phone number or date.
Get Message
readGet details of a specific message by its SID.
List Phone Numbers
readList all phone numbers in your Twilio account.
Lookup Phone Number
readLook up information about a phone number including carrier and type.
List Calls
readList phone calls made or received.
Get Call
readGet details of a specific call by its SID.
Get Account
readGet information about the current Twilio account including balance and status.
Send Sms
writeSend an SMS message to a phone number. Requires a Twilio phone number as the sender.
Send Mms
writeSend an MMS message with media (image, video, etc.) to a phone number.
Make Call
writeInitiate an outbound phone call. Requires TwiML URL or TwiML instructions for call handling.