Client contact custom fields updated
Sent when one or more client contact custom fields are updated.
`data.object` contains a minimal reference identifying which client contact 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 client contact, call the client contact retrieve endpoint using the `client_contact_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.