Expo Integration - Configuration Docs
To configure the Expo integration, you'll need the following data:
Parameter | Type | Description |
---|---|---|
access_token | string * |
Configure via Dashboard
The easiest way to configure this integration is through the MagicBell dashboard:
- Log in to your MagicBell dashboard.
- Navigate to Channels.
- Find and click on this channel name in the sidebar.
- Click the Configure Expo button.
- Follow the on-screen instructions to complete the configuration.

Configure via API
You can also configure the integration using the API.
Example payload
{
"access_token": "expo_access_token"
}