SMS Providers
📖 Introduction
SMS Providers configure the carriers that send and receive text messages. Connect to Twilio, Telnyx, or other SMS gateways.
---
🎯 Supported Providers
| Provider | Features | |
|---|---|---|
| Twilio | SMS, MMS, Delivery reports | |
| Telnyx | SMS, Toll-free | |
| Bandwidth | SMS, High volume | |
| Plivo | SMS, International | |
| Custom | Webhook-based |
🖥️ Accessing the Module
Navigation:SMS → Providers

---
📝 Form Fields

| Field | Description | Example | |
|---|---|---|---|
| Name | Provider name | Twilio Primary | |
| Type | Carrier | Twilio | |
| Account SID | API credential | ACxxxx | |
| Auth Token | API secret | your-token | |
| Default | Default provider | Yes | |
| Enabled | Provider is active | Yes |
🚀 Practical Example
Configure Twilio
- Get credentials from Twilio console
- Create provider:
- Account SID: ACxxxx
- Auth Token: your-token
- Test with sample message
---
💡 Tips
TIP
Multiple providers: Set up backup for reliability.TIP
Test before production: Send test messages first.---
🔗 Related Modules
- SMS Numbers — Phone numbers
- SMS Routes — Message routing