Notification Rules
API endpoints for notification rules
Documentation Index
Fetch the complete documentation index at: https://docs.incident.io/llms.txt
Use this file to discover all available pages before exploring further.
The notification rule object
Unique identifier for this notification rule
Example:
"01FCNDV6P870EA6S7TK1DSYDG0"
Example:
{
"all": {},
"specific": { "id": "01FCNDV6P870EA6S7TK1DSYDG0" },
"type": "specific"
}The type of notification method. Phone methods do not differentiate between voice call and SMS.
Available options:
app, email, microsoft_teams, phone, slack Example:
"app"
The urgency level this rule applies to
Available options:
high_urgency, low_urgency Example:
"low_urgency"
Example:
{
"push_notification_criticality": "critical"
}Delay in seconds before this rule activates. 0 means immediate.
Required range:
0 <= x <= 1200Example:
0