Configuration

To configure the expo integration, you'll need:

ParameterTypeRequired(*)Description
access_tokenstring*

Example

{
  "access_token": "expo_access_token"
}

Schema

{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "access_token": {
      "minLength": 1,
      "type": "string"
    }
  },
  "required": [
    "access_token"
  ],
  "type": "object"
}

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 integration
MagicBell Dashboard: Integration Configuration