Alert Channels
APIAssert supports five channel types.
Supported Types
emailslackdiscordwebhookpagerduty
Channel Config Fields
| Type | Required Fields |
|---|---|
email |
|
| Slack | webhook_url (https://hooks.slack.com...) |
| Discord | webhook_url (https://discord.com/api/webhooks...) |
| Webhook | url, optional secret |
| PagerDuty | routing_key, severity |
Attach Channels to Monitors
After creating a channel, attach it to one or more monitors and tune:
- down notifications
- recovery notifications
- retry threshold
Operational Recommendations
- Route production-critical monitors to PagerDuty plus team chat.
- Keep a webhook channel for automation and incident enrichment.
- Use retry thresholds to reduce false positives on flaky endpoints.