Document abandoned event

A document abandoned event is raised when a document is abandoned in a Basecone company.

Event properties

Property Type Description
CompanyId Guid Unique identifier of the company.
DocumentId Guid Unique identifier of the document.

Example

{
  "documentId": "6a58ca26-6b5a-4846-a622-5a6eb09573df",
  "id": "a80b77e1-c530-45f0-b1ab-e4a55f5946fb",
  "companyId": "d0abd483-b1a4-4592-87c9-a32aa099129c",
  "created": "2014-10-09T12:34:22.6553259Z",
  "webhookEventType": "DocumentAbandoned",
  "customFields": {
  }
}