Publisher Disruptions: Webhook Webhook
Sends a Publisher Disruption and its latest status update to your server.
Request Body schema: application/json
The Publisher Disruption status event.
object | |
object | |
object |
Request samples
- Payload
Content type
application/json
{- "meta": {
- "eventType": "PUBLISHER_DISRUPTION_CREATED",
- "uuid": "string",
- "timestamp": "string",
- "accountId": "string",
- "appSpecificAccountId": "string"
}, - "disruption": {
- "id": "string",
- "publisherSiteId": "string",
- "title": "string",
- "severity": "SEVERITY_UNSPECIFIED",
- "status": "STATUS_UNSPECIFIED",
- "affectedProducts": [
- "AFFECTED_PRODUCT_UNSPECIFIED"
], - "lastEventTimestamp": 0
}, - "statusUpdate": {
- "id": "string",
- "status": "STATUS_UNSPECIFIED",
- "previousStatus": "STATUS_UNSPECIFIED",
- "currentStatus": "STATUS_UNSPECIFIED",
- "messageHtml": "string",
- "eventTimestamp": 0
}
}