Skip to content

Alerts

The Alerts section lets you configure where notifications are sent when webhook events match specific conditions.

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
  1. Select a provider account
  2. Click Add Destination
  3. Choose the destination type
  4. Configure type-specific settings:
    • Webhook — URL and optional signing secret
    • Email — Recipient addresses and payload inclusion
    • Slack — Incoming webhook URL
    • Discord — Webhook URL
  5. Optionally set a condition expression
  6. Save the destination

The condition field accepts expressions using the condition syntax. Common patterns:

  • delivery_failed — Alert on delivery failure
  • event_type == "charge.failed" — Alert on specific event types
  • delivery_failed and provider == "stripe" — Combined conditions

Leave the condition empty to fire on every event.

  • 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