OpsGenie · AsyncAPI Specification
OpsGenie Webhook Events
Version 2.0.0
OpsGenie sends webhook notifications for alert actions to configured webhook URLs. When alert events occur such as create, acknowledge, close, or delete, OpsGenie posts a JSON payload to the registered webhook endpoint containing alert details and the action performed. The webhook payload format is fixed and includes a subset of alert fields along with the triggering action and source information.
Channels
/webhook
Receive alert event notification
Webhook endpoint that receives OpsGenie alert event notifications. OpsGenie posts JSON payloads to this channel when alert actions occur.
Messages
AlertCreated
Alert Created
Notification sent when a new alert is created in OpsGenie.
AlertAcknowledged
Alert Acknowledged
Notification sent when an alert is acknowledged.
AlertClosed
Alert Closed
Notification sent when an alert is closed.
AlertDeleted
Alert Deleted
Notification sent when an alert is deleted.
AlertNoteAdded
Alert Note Added
Notification sent when a note is added to an alert.
AlertOwnershipAssigned
Alert Ownership Assigned
Notification sent when ownership of an alert is assigned to a user.
AlertCustomAction
Alert Custom Action
Notification sent when a custom action is executed on an alert.
Servers
https
webhookEndpoint
{webhookUrl}
Customer-configured webhook endpoint URL that receives alert event notifications from OpsGenie.