Skip to main content

Create Escalation

Creates a new escalation.

External Documentation

To learn more, visit the Opsgenie documentation.

Parameters

ParameterDescription
DescriptionDescription of the escalation.
NameName of the escalation.
Owner Team ID-
Owner Team Name-
RulesList of escalation rules. You can refer https://docs.opsgenie.com/docs/escalation-api#section-escalation-rules-fields for detailed information about members and their fields.

Example Output

{
"data": {
"id": "string",
"name": "string"
},
"requestId": "string",
"result": "string",
"took": 0
}

Workflow Library Example

Create Escalation with Opsgenie and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop