Skip to main content

Event

This event fires when a document’s field value is edited, whether from the Chamelio web application or through the Update Document Attribute API.

Payload Example

Payload Fields

Envelope

Data Object

Updated Field Object

Actor Object

Chamelio resolves the acting user at send time. user_id is present whenever a user triggered the event; email and name are filled in only if that user could still be resolved in the organization.
One event is emitted per field change, so updated_fields normally contains a single entry. It is an array so that batched updates can be represented without a schema change.
updated_fields describes which fields changed and their resulting state - it does not carry the old or new values. Read the current value with Get Contract Data.