Integrate Chalk alerts with your IncidentIo alert routes
Chalk supports integration with IncidentIo for alerting.
To connect IncidentIo to Chalk, you’ll need to create a new HTTP alert source from your IncidentIo dashboard.
Once you create an HTTP alert source, you will be given the option of Header authentication
and Query authentication
.
You will want to select Query authentication
and copy the URL. It should be of the form:
https://api.incident.io/v2/alert_events/http/`alert_source_id`?token=`alert_source_token`
For more information, see IncidentIo’s Alert Guide
Once you have the URL copied, you can insert it on your environment settings page under IncidentIo. You can either paste the entire URL or input the alert_source_id
and alert_source_token
manually.
Integrations are per-environment but you can create more than one HTTP source per Chalk environment and create seperate IncidentIo alert routes for each.