Features
Inline Assessment Flow
How to handle inline assessment webhooks
In an inline assessment flow, the candidate will be assessed immediately after applying to a job via a career page. The ATS expects a URL to your platform so that the candidate can be redirected to your product to take the test.
Reacting to new inline assessment orders
Unlike the default assessment flow, we will send out an inline-assessment:order-received
webhook when we receive an order. The webhook will contain the following payload:
inline-assessment:order-received
It is required that you respond with a body that contains a link to your platform where the candidate will be assessed:
Most ATSs will terminate their request for an assessment after 15 to 30 seconds, this means you should respond to us as soon as possible to ensure the order is created successfully.