Ping Email Integration - Configuration Docs
To configure the Ping Email integration, you'll need the following data:
Parameter | Type | Description |
---|---|---|
url | string * | URL to ping |
Example
{
"url": "https://example.com/webhook"
}
Configure via Dashboard
The easiest way to configure this integration is through the MagicBell dashboard:
- Log in to your MagicBell dashboard.
- Navigate to Integrations.
- Find and click on this integration.
- Follow the on-screen instructions to complete the configuration.

Configure via API
You can also configure the integration using the API
Example
{
"url": "https://example.com/webhook"
}