List Notification Policies
Returns the list of notification policies.
External Documentation
To learn more, visit the Opsgenie documentation.
Parameters
Parameter | Description |
---|---|
Team ID | The identifier of the team for listing team-based notification policies. |
Example Output
{
"data": [
{
"enabled": false,
"id": "string",
"name": "string",
"order": 0,
"type": "string"
}
],
"requestId": "string",
"took": 0
}
Workflow Library Example
List Notification Policies with Opsgenie and Send Results Via Email
Preview this Workflow on desktop