Integrate Cronitor with your system by registering a webhook URL for Cronitor to call when your monitors fail and recover.
Cronitor can send webhook alerts to any URL that can accept an HTTP POST
request. You can create routes within your own application, or register Cronitor as a webhook sender in connector systems like Zapier or IFTTT.
Webhooks include the following fields:
id
- string - The unique key for the monitor that generated the alertmonitor
- string - The name of the monitor that generated the alertdescription
- string - A description of the alerttype
- enum RECOVERY|ALERT
- Whether this is an alert or a recovery from a previous alertrule
- string - The specific assertion/rule violation that led to the alert environment
- string - The environment this alert was generated for group
- string - The name of the group this monitor belongs to, or null issue_url
- url - A link to the issue detailsmonitor_url
- url - A link to the monitor detailsPOST
requests and press "Create Integration" to complete the integration.