Configuration
To configure the ping_email integration, you'll need:
Parameter | Type | Required(*) | Description |
---|---|---|---|
url | string | * | URL to ping |
Example
{
"url": "https://example.com/webhook"
}
Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"url": {
"description": "URL to ping",
"format": "uri",
"maxLength": 100,
"minLength": 1,
"type": "string"
}
},
"required": [
"url"
],
"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