contract_document.status.changed

This webhook is triggered whenever a contract document's status changes, including initial creation.

Payload
string
required

The id of the company that owns the employment

string
required

The id of the contract document

string | null
required

The id of the employment associated with the contract document. Null when the contract document is not associated with an employment.

string
required

The webhook event type identifier.

Response
2XX

Any 200 response confirms that the webhook was delivered.

LoadingLoading…