employment.job_title_review.started

This event is triggered when an employment enters the job title review status:
Remote flagged the role for human review before onboarding can continue. The
employee cannot be invited until the review completes. Wait for
employment.job_title_review.approved (safe to invite) or
employment.job_title_review.rejected. If the onboarding is cancelled while
the review is pending, no job title review event is emitted. Note this event
is delivered asynchronously and its order relative to
employment.status.updated is not guaranteed.

Payload
string
required

The unique identifier of the related company.

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…