Document created event
A document created event is raised when a document is created, this can happen due to an import, or when existing documents or split or merged.
Event properties
| Property | Type | Description |
|---|---|---|
| CompanyId | Guid | Unique identifier of the company. |
| DocumentId | Guid | Unique identifier of the document. |
Example
{
"documentId": "095eaf00-7788-4503-b644-4e613ee963a4",
"id": "c8a07d44-bcaa-4fc3-bcce-7be9c91530cb",
"companyId": "fb8f9584-3fc6-4cc7-abda-530ff397ea82",
"created": "2014-09-30T13:51:35.4928649Z",
"webhookEventType": "DocumentCreated",
"customFields": {}
}
