Destinations and Triage
Agent workflows are only useful if alert delivery and triage are part of the loop.
Destination testing
After creating a destination, send a test notification:
POST /v1.0/destinations/:destinationID/testThen inspect test delivery history with:
GET /v1.0/alerts/:alertID/deliveries?kind=testRecommended triage flow
- Read the current alert.
- Inspect real delivery attempts with default delivery history.
- If debugging destination setup, switch to
kind=test. - Acknowledge, resolve, or archive only after validating the event behavior.
Destination types
- Slack for team channels
- Discord for chat-driven workflows
- Telegram for mobile/direct alerts
- Generic destinations for automation and relays
- Email for default operator coverage
The detailed source material still lives in chirpier-skills, but docs is the canonical public explanation of the workflow.
Last updated on