Webhook Events

This page is the catalog view of all webhook events currently exposed in the YunoJuno Client API.

Use it when you want to answer two questions quickly:

  • which event types can I subscribe to?
  • which family of events should this endpoint handle?
  • when is each event sent?

For the full payload schema and example body of any individual event, use the event pages in the sidebar under this section.

Client Contacts

EventWhen it is sent
client.client_contact.createdWhen the client-contact relationship is created for the first time, whether that is a newly invited contractor or someone already on the YunoJuno platform.
client.client_contact.registeredWhen an invited contractor completes account registration and becomes registered on the platform.
client.client_contact.onboarding_completedWhen an invited contractor finishes onboarding.
client.client_contact.custom_fields_updatedWhen client-contact custom fields are updated.

Contracts

EventWhen it is sent
client.contract.approvedWhen a contract passes its pre-offer approval flow and is ready to be offered.
client.contract.offeredWhen a contract is offered to the contractor after pre-offer approval.
client.contract.revokedWhen a hirer revokes a contract that is currently in the offered state.
client.contract.acceptedWhen the contractor accepts and signs the contract.
client.contract.cancelledWhen an accepted contract is cancelled before the start date.
client.contract.notice_servedWhen notice is successfully served on a contract and an end date is established.
client.contract.completedWhen YunoJuno knows the actual end date of a contract, whether that is because notice was given, the contract ended naturally, or it was renewed into a new period.
client.contract.deletedWhen a contract is permanently deleted.

Spend Requisitions

EventWhen it is sent
client.spend_request.createdWhen a spend requisition is created for the first time.
client.spend_request.updatedWhen an existing spend requisition is updated.
client.spend_request.approvedWhen an existing spend requisition is approved.