Create Escalation
Creates a new escalation.
External Documentation
To learn more, visit the Opsgenie documentation.
Parameters
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. |
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
Preview this Workflow on desktop