Notification Rules
API endpoints for notification rules
The notification rule object
Unique identifier for this notification rule
Example:
"01FCNDV6P870EA6S7TK1DSYDG0"
Example:
{
"all": {},
"specific": { "id": "01FCNDV6P870EA6S7TK1DSYDG0" },
"type": "specific"
}The high-level type of notification method. Phone rules include phone details that distinguish SMS from voice calls.
Available options:
app, email, microsoft_teams, phone, slack, whatsapp_message 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
Example:
{ "channel": "voice" }