Skip to main content
These events are fired when appointment/document rows are changed, or when document contents are changed:
  • document.created
  • document.changed - document properties changed
  • document.deleted
  • document.edited - document content has changed

FieldValues for document events

The following fields are included in the FieldValues property of the webhook payload for document events:
  • application_id
  • appointment_id
  • document_id
  • registered
  • registered_associate_id
  • updated
  • updated_associate_id
  • userdef2_id
  • userdef_id

Document.created

Document.changed

This can be triggered by changes to the document or appointment records (or both), so you may get appointment or document fields in the Changes list.

Document.deleted

Document.edited

When the document contents change.