External DocumentationTo learn more, visit the Opsgenie documentation.
Actions
Create Escalation
Creates a new escalation.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Description | Description of the escalation. |
| Name | Name of the escalation. |
| Owner Team ID | - |
| Owner Team Name | - |
| Rules | List 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. |
{
"data": {
"id": "string",
"name": "string"
},
"requestId": "string",
"result": "string",
"took": 0
}
Was this page helpful?