Set reminder notifications
Learn how to configure an alert to send multiple notifications at a certain interval.
Configure reminder notifications
Follow these steps to configure reminder notifications:
Open the detector you want to receive reminders for.
Select the Send a reminder every option.
Define an interval and a duration in minutes, hours, or days.
The interval and duration values must be between 5 minutes and 7 days, inclusive.
The duration value must be longer than or equal to the interval value.
reminder_notification argument. To learn more, see the Terraform documentation.reminder_notification : {
interval_ms: … ,
timeout_ms: …
}How reminders work for different types of integrations
Integration type | Examples | How reminders work |
|---|---|---|
| Communication platform | Slack, Teams | Each reminder is sent as a new message or event, identical to the original notification except for any specified differentiation. |
| Event-based system | EventBridge | |
| Incident management system | PagerDuty | Notification request is unique for each incident ID. Reminders do not create a new incident but are processed as updates to the original incident. |
| Issue tracking system | ServiceNow, Jira | When you created the original notification, a ticket already exists to track the incident's status. Reminders are added as comments to the original ticket, ensuring that updates are logged without generating duplicate records. |