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_version
API version used for the webhook payload.
event_type
Allowed values:
data
mode
Delivery mode for the webhook payload.
live- Live production deliverytest- Non-production or test delivery
Allowed values:
Response
200
any
Return a 200 status to indicate that the data was received successfully.