Job Custom Field Status Changed Webhook

Triggered when a job's custom field status is updated in the system.

Payload includes:

  • Job's unique identifier
  • Custom field's system ID
  • Previous and updated status values
  • Modification timestamp
  • User reference who initiated the change

Includes complete field status history and direct API links for both the job and custom field resources.

Payload
uuid
string

label of the custom field

string

New custom field status

updatedBy
object
Responses
204

The webhook was received successfully.

LoadingLoading…