Create Alert
Creates a new alert.
External Documentation
To learn more, visit the Opsgenie documentation.
Parameters
Parameter | Description |
---|---|
Actions | Custom actions that will be available for the alert. |
Alias | Client-defined identifier of the alert, that is also the key element of alert deduplication. |
Description | Description field of the alert that is generally used to provide a detailed information about the alert. |
Details | Map of key-value pairs to use as custom properties of the alert. |
Entity | Entity field of the alert that is generally used to specify which domain alert is related to. |
Message | Message of the alert. |
Note | Additional note that will be added while creating the alert. |
Priority | Priority level of the alert. |
Responders | Responders that the alert will be routed to send notifications. |
Tags | Tags of the alert. |
User | Display name of the request owner. |
Visible To | Teams and users that the alert will become visible to without sending any notification. |
Example Output
{
"data": {
"id": "string",
"name": "string"
},
"requestId": "string",
"result": "string",
"took": 0
}
Workflow Library Example
Create Alert with Opsgenie and Send Results Via Email
Preview this Workflow on desktop