CreateEscalationPolicy
Create a new escalation policy with rules and notification targets
/api/v1/oncall/escalation-policiesOperation ID
CreateEscalationPolicySince
1.0.0Execution Mode
SynchronousAuth Context
Auth RequiredAuth Context
Send these values as request headers when calling this API.
AuthorizationstringRequiredBearer Token
X-Tenant-IDstringX-Tenant-ID
Request Inputs
application/jsonBody Fields
nameStringRequiredName of the escalation policy to create
Example: Critical Alert Policy
descriptionStringRequiredDescription of the escalation policy
Example: Escalation policy for P0 incidents
rulesListRequiredOrdered list of escalation rules for this policy
Example: (nested array)
levelIntegerEscalation level number (starting from 1)
Example: 1
targetsListList of user or group IDs to notify at this escalation level
Example: item1,item2
timeoutStringDuration to wait before escalating to the next level
Example: 15m
notifyMethodsListNotification channels used at this escalation level
Example: item1,item2
repeatCountIntegerRequiredNumber of times to repeat the full escalation cycle if unacknowledged
Example: 3
