WebhookDocument

This is the representation of the WebhookDocument data structure which you receive in the Webhook API response.

{
    "id": "9ffea851-3d79-4ae9-bb3a-3ffd782e66f8",
    "appId": "6840f36d-a78f-413f-b184-16f970170f94",
    "integrationId": "6840f36d-a78f-413f-b184-16f970170f94:5c05bfe9-d429-4c43-b9d7-f1b92393d7bb:integration",
    "url": "string",
    "allEvents": true,
    "disabled": false,
    "createdAt": "2019-11-27T06:16:36+00:00",
    "updatedAt": "2019-12-03T13:32:22+00:00"
}

Last updated