Contract custom fields updated

Sent when one or more contract custom fields are updated. `data.object` contains a minimal reference identifying which contract changed. `data.changes` contains only the fields that changed in this update, including the previous and new values. If you need the full post-change snapshot of the contract, call the contract retrieve endpoint using the `contract_id`.

Payload

The payload of this webhook request is an object.
api_versionstringRequiredRead-only
API version used for the webhook payload.
event_typeenumRequiredRead-only
Allowed values:
dataobjectRequired
modeenumRequired

Delivery mode for the webhook payload.

  • live - Live production delivery
  • test - Non-production or test delivery
Allowed values:

Response

200
any
Return a 200 status to indicate that the data was received successfully.