Contact Custom Field Status Changed Webhook

Triggered when a custom field's status is modified for a contact record.

Payload includes:

  • Custom field's unique identifier
  • Updated status value
  • Modification timestamp
  • User reference who made the change

The event payload contains both the status change details and webhook event metadata for comprehensive tracking and processing.

Payload
uuid
string

label of the custom field

string

New custom field status

updatedBy
object
Responses
204

The webhook was received successfully.

LoadingLoading…