September 18th, 2024
We’re recently released a new feature that allows users to send resolve notifications when pausing checks in response to alerts. This is available in both the UI and API.
When a check is down and an alert is triggered, pausing the check will now display a modal for confirmation with two options:
Selecting Yes – A resolve notification will be sent to all configured notification channels (email, SMS, integrations, etc.)
Selecting No – No notifications will be sent, and the check will simply be paused without any resolution updates
This functionality is now available through our API, and you can use this to automate your workflows. Here’s an example:
json = {"pk": check_ids,"resolve_alert": 1}For more information, please read our documentations on pausing a check, and bulk pausing a check.