Alerts
The Alerts section lets you configure where notifications are sent when webhook events match specific conditions.
Destination List
Section titled “Destination List”View all configured destinations for each provider account:
- Name — Display name for the destination
- Type — Webhook, Email, Slack, or Discord
- Condition — The expression that determines when this destination fires
- Status — Enabled or disabled
Creating a Destination
Section titled “Creating a Destination”- Select a provider account
- Click Add Destination
- Choose the destination type
- Configure type-specific settings:
- Webhook — URL and optional signing secret
- Email — Recipient addresses and payload inclusion
- Slack — Incoming webhook URL
- Discord — Webhook URL
- Optionally set a condition expression
- Save the destination
Condition Editor
Section titled “Condition Editor”The condition field accepts expressions using the condition syntax. Common patterns:
delivery_failed— Alert on delivery failureevent_type == "charge.failed"— Alert on specific event typesdelivery_failed and provider == "stripe"— Combined conditions
Leave the condition empty to fire on every event.
Managing Destinations
Section titled “Managing Destinations”- Enable/Disable — Toggle destinations without deleting them
- Edit — Update configuration or conditions
- Reorder — Change the position to control evaluation order
- Delete — Remove a destination permanently