Webhook Integration
Webhook Event Format
"type": "triggered | updated" | "resolved",
"event": "incident | maintenance",
"timestamp": time as a string with time zone indicator,
"data": {
"service": Service name,
"statusPage": Link to official status page,
"eventURL": Link to the event,
"content": Content of the event,
"title": Title of the event,
"affectedComponents": An array (can be empty) of the affected components for the event,
}
Payload Fields
Steps

Last updated