What problem does it solve?
Sending messages across SMS, MMS, RCS, and WhatsApp requires handling different address formats, sender configurations, template rules, and delivery constraints. This Skill provides the correct messages.create() patterns, channel-specific requirements, and error fixes so messages are sent correctly the first time.
Core Features & Use Cases
- Multi-channel sending: Send text and media messages over SMS, MMS, RCS, and WhatsApp with a single API pattern in Python or Node.js.
- Production-grade delivery: Use Messaging Services for sender pools, RCS-to-SMS fallback, status callbacks, and compliance features.
- Template and rich content sends: Send pre-approved WhatsApp templates and RCS rich content via
content_sid with variables.
- Use Case: A developer needs to notify customers that orders shipped. They send via a Messaging Service so Twilio attempts RCS first and falls back to SMS, with a status callback tracking delivery.
Quick Start
Ask the AI to send an SMS with Twilio using a Messaging Service SID and a status callback URL, providing your Twilio credentials as environment variables.