Webhook Integration
Overview
Setting Up
Payload
{
"checkedAt": "2023-08-21T14:30:00Z",
"service": {
"key": "github",
"name": "Github",
"status": "DEGRADED",
"url": "https://eaglestatus.io/services/github",
"icon": "https//assets.eaglestatus.io/services/github.png"
},
"changedComponents": [
{
"key": "github/pages",
"name": "Pages",
"status": "UP",
"fullName": "Github / Pages"
},
{
"key": "github/actions",
"name": "Actions",
"status": "DEGRADED",
"fullName": "Github / Actions"
}
]
}Field Descriptions
Last updated