Enbbox Docs

SMS Providers

Configure SMS providers in Enbbox. Integration guides for Twilio, Plivo, Vonage, and MessageBird with API credentials and sender configuration.

Twilio

  1. Sign up at twilio.com
  2. Get your Account SID and Auth Token
  3. Purchase or verify a phone number
  4. Configure in Enbbox → IntegrationsTwilio
{
  "accountSid": "ACxxxx...",
  "authToken": "xxxx...",
  "from": "+1234567890"
}

Plivo

  1. Sign up at plivo.com
  2. Get your Auth ID and Auth Token
  3. Configure in Enbbox → IntegrationsPlivo

Vonage (Nexmo)

  1. Sign up at vonage.com
  2. Get your API Key and API Secret
  3. Configure in Enbbox → IntegrationsVonage

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.

On this page