contractor_invoice.issued

This event is triggered when a contractor invoice is issued for the first time —
either submitted by the contractor on creation, or transitioned out of draft.

The payload is stateless. Use the contractor invoice ID and employment ID to retrieve current details.

Payload
string
required

The unique identifier of the related company.

string
required

The unique identifier of the contractor invoice.

string
required

The unique identifier of the related employment.

string
required

The webhook event type identifier.

Response
2XX

Any 200 response confirms that the webhook was delivered.

LoadingLoading…