···11+# What is incident automation? ๐ค
22+33+When you have an incident, you might need to perform a series of actions to
44+handle it. For example, you might need to:
55+66+- create a slack channel
77+- create a google meet meeting
88+- create a Linear ticket
99+- Perform a checklist of actions
1010+1111+Incident automation allows you to automate these actions.
···11# Discord
2233-๐ง Coming soon ๐ง
33+When a monitor is down you can set up a webhook to send a message to a Discord
44+channel. You can set up a webhook in the Discord settings. The webhook URL
55+should look something like this:
66+`https://discordapp.com/api/webhooks/123456789012345678/abcdefghijklmnopqrstuvwxyz1234567890`
···11# Slack
2233-๐ง Coming soon ๐ง
33+When a monitor is down, a message can be sent to a Slack channel. To enable this
44+feature, you need to create a Slack webhook. You can do this by following the
55+instructions [here](https://api.slack.com/incoming-webhooks).