SMS Providers
Configure SMS providers in Enbbox. Integration guides for Twilio, Plivo, Vonage, and MessageBird with API credentials and sender configuration.
Twilio
- Sign up at twilio.com
- Get your Account SID and Auth Token
- Purchase or verify a phone number
- Configure in Enbbox → Integrations → Twilio
{
"accountSid": "ACxxxx...",
"authToken": "xxxx...",
"from": "+1234567890"
}Plivo
- Sign up at plivo.com
- Get your Auth ID and Auth Token
- Configure in Enbbox → Integrations → Plivo
Vonage (Nexmo)
- Sign up at vonage.com
- Get your API Key and API Secret
- Configure in Enbbox → Integrations → Vonage
Testing SMS
Use the Test button in the integration settings to send a test SMS. Make sure you have a verified phone number for testing.
Email Providers
Configure email providers in Enbbox. Integration guides for SendGrid, Resend, Amazon SES, Postmark, and Mailgun with API key setup and template configuration.
Push Providers
Set up push notification providers in Enbbox. Integration guides for Firebase Cloud Messaging (FCM) and Apple Push Notification service (APNs).