Twilio Integration - Configuration Docs

To configure the Twilio integration, you'll need the following data:

required fields are marked with an `*`
ParameterTypeDescription
account_sidstring *
The SID for your Twilio account
api_keystring *
A US1 API key for Twilio- - https://www.twilio.com/docs/iam/api-keys
api_secretstring *
The API Secret for Twilio
fromstring *
The phone number to send from, in E.164 format

Example

{
  "account_sid": "ACXXXXXXXX",
  "api_key": "SKXXXXXXXX",
  "api_secret": "your_api_secret",
  "from": "+15017122661"
}

Configure via Dashboard

The easiest way to configure this integration is through the MagicBell dashboard:

  1. Log in to your MagicBell dashboard.
  2. Navigate to Settings > Integrations.
  3. Find and click on this integration.
  4. Follow the on-screen instructions to complete the configuration.

Configure via API

You can also configure the integration using the API

Example

{
  "account_sid": "ACXXXXXXXX",
  "api_key": "SKXXXXXXXX",
  "api_secret": "your_api_secret",
  "from": "+15017122661"
}