{
"type": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"data": {
"id": 123,
"documentId": 123,
"companyId": 123,
"eventId": 123,
"length": "line",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"previousAttributes": {
"id": 123,
"documentId": 123,
"companyId": 123,
"eventId": 123,
"length": "line",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}HTTP POST webhook triggered when a report summary is updated.
{
"type": "<string>",
"timestamp": "2023-11-07T05:31:56Z",
"data": {
"id": 123,
"documentId": 123,
"companyId": 123,
"eventId": 123,
"length": "line",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
},
"previousAttributes": {
"id": 123,
"documentId": 123,
"companyId": 123,
"eventId": 123,
"length": "line",
"createdAt": "2023-11-07T05:31:56Z",
"updatedAt": "2023-11-07T05:31:56Z"
}
}A unique message identifier for the webhook.
The time the message was generated (Unix timestamp in seconds).
A cryptographic signature that allows you to verify the integrity and authenticity of the payload.
The type of event.
"summary.document.report.updated"The time the event was triggered.
On update, contains the updated details.
Show child attributes
Only the properties that changed.
Show child attributes
Webhook received successfully
Was this page helpful?