Knowledge Base

Webhooks

Webhooks are delivered using the
POST
method. Data is sent in
JSON
format. To confirm delivery, a response code of
200
must be returned. If delivery fails, several retry attempts will be made.
Example format:
{
"text": "🔥 The programmer forgot the semicolon.",
"meta": {
"title": "Incident caption",
"uuid":"cd5879b7-104e-4c20-ae84-39e4e26a6eb7",
"created_at":"2023-05-19T18:43:00+03:00",
"type": "incident_created",
"delivery_attempt":0,
"status_page":"0935e96c-34b6-46e8-82cb-def6d3d74d9c",
"payload":{
}
}
}
Available types:
  • maintenance_created
    - maintenance scheduled
  • maintenance_started
    - maintenance started
  • maintenance_finished
    - maintenance finished
  • incident_created
    - incident created
  • incident_finished
    - incident finished
  • component_impact_updated
    - component status changed
Payload options available for types
maintenance_created
,
maintenance_started
, and
maintenance_finished
{
"text":"Maintenance name",
"meta": {
"title":"Maintenance name",
"uuid":"cd5879b7-104e-4c20-ae84-39e4e26a6eb7",
"text": "Message",
"end_at":"2023-05-19T18:43:00+03:00",
"start_at":"2023-05-19T17:43:00+03:00",
"type": "maintenance_created",
"affected_components":[
{
"impact":"under_maintenance",
"component_details":{
"name":"Component name",
"impact":"under_maintenance",
"component_uuid":"0935e96c-34b6-46e8-82cb-def6d3d74d9c"
}
}
]
}
}
Payload for types
incident_created
and
incident_finished
{
"text":"Incident title",
"meta": {
"uuid":"bd25a449-b655-49e3-ac46-a9d6ffd50691",
"title":"Incident title",
"end_at":null,
"type": "incident_created",
"start_at":"2023-05-19T17:05:00+03:00",
"affected_components":[
{
"impact":"degraded_performance",
"component_details":{
"name":"Component",
"impact":"degraded_performance",
"component_uuid":"88337a51-852b-48f3-ac8d-840e5f5326a0"
}
}
]
}
}
Payload for type
component_impact_updated
{
"text":"Component Name",
"meta": {
"title":"Component Name",
"uuid":"5f844cb4-32f8-43eb-aa3d-99c925d8fffe",
"type": "component_impact_updated",
"impact":"under_maintenance"
}
}

© StatusMate 2022-2026

Регистрационный номер в Реестре программ для ЭВМ 2025690716 от 11.11.2025 г.

🍪

We use cookies

They help the site work better and analyze traffic.