# Checkly + Instatus

Source: https://instatus.com/help/integrations/checkly

1. Go to [Instatus](https://instatus.com), under Integrations, select Checkly
2. Select the templates to use when creating and resolving automated incidents
3. Copy your page's webhook URL
4. Go to your Checkly dashboard

![](https://instatus.com/help/integrations/checkly-1.png)

5. Add a webhook alert

![](https://instatus.com/help/integrations/checkly-2.png)

6. Add any name, and use the copied webhook URL.  Make sure to add `alert` to the body

Example:
```json
{
  "alert": "{{ALERT_TYPE}}",
  "event": "{{ALERT_TITLE}}", 
  "link": "{{RESULT_LINK}}" 
}
```

![](https://instatus.com/help/integrations/checkly-3.png)

We're done! 👏
