Webhooks & Notifications¶
Circuit Breaker can emit events to external systems and route in-app notification sinks.
Webhooks¶
Use webhooks to push selected events to tools like Slack, Discord, or custom endpoints.
Typical workflow:
- Open Settings → Webhooks.
- Create a webhook target (label + URL + optional headers).
- Enable event groups for that target.
- Run Test webhook.
- Check recent deliveries/status for failures or retries.
Notifications¶
Notification sinks let you define where alerts should go and how they are grouped.
Typical workflow:
- Open Settings → Notifications.
- Create sink destinations.
- Add routing rules/event filters.
- Test and validate delivery.
Troubleshooting¶
- Verify destination URL and credentials/headers.
- Confirm the event type is enabled for that destination.
- Check delivery logs/history for HTTP status and error messages.
- If behind a proxy, ensure outbound network access to target endpoints.