Configuration
To configure the mailgun integration, you'll need:
Parameter | Type | Required(*) | Description |
---|---|---|---|
domain | string | * | |
region | string | * | |
api_key | string | * |
Example
{
"api_key": "key-3ax6xnjp29jd6fds4gc373sgvjxteol0",
"domain": "example.com",
"region": "us"
}
Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"api_key": {
"minLength": 1,
"type": "string"
},
"domain": {
"minLength": 1,
"type": "string"
},
"region": {
"enum": [
"us",
"eu"
],
"type": "string"
}
},
"required": [
"api_key",
"region",
"domain"
],
"type": "object"
}
Configure via Dashboard
The easiest way to configure this integration is through the MagicBell dashboard:
- Log in to your MagicBell dashboard.
- Navigate to Settings > Integrations.
- Find and click on this integration.
- Follow the on-screen instructions to complete the configuration.

MagicBell Dashboard: Integration Configuration