- Submit your available packages via the Set packages endpoint to Kombo. We’ll take care of displaying them in your customers’ ATSs. Your customers can then choose the packages and create assessment or background check orders from their ATSs.
- When your customer triggers a new assessment or background check order in the ATS, Kombo sends you an
assessment:order-receivedwebhook event, so you can automatically send out an email to the candidate and get the assessment or the background check process started on your side. - Once the candidate has completed their assessment or the background check status has been updated, you can write back the results to the ATSs with the Update order result endpoint via Kombo. Your customers will be able to view the results directly within their ATSs.
Setup: Connecting a new customer

Implementation Overview
Configure Available Packages
Submit all your available assessment and/or background check packages for the customer once they have connected via Kombo. Kombo automatically configures the ATS to surface the packages to your customer.Your customer will then be able to view your submitted packages in their ATS:

Reacting to New Assessment or Background Check Orders
For Inline Assessment, please refer to this guide for reacting to new inline assessment orders.
assessment:order-received webhook event.- For assessments, you should then send out an email to the candidate to take the test on your platform. The candidate will then complete your assessment.
- For background checks, you could send out an email to the candidate to fill in additional information required by the background check that is not stored on the ATS.
assessment:order-received
422 status code and body in the following shape:We will propagate the error message from the
message field back to the ATS’s UI if it is supported by their API, so that your customers can understand what’s going on.Write Back Results
Once the candidate has completed your assessment or the background check has been updated for the candidate, you can update the results of the assessment or the background check via Kombo:Kombo will write the assessment or background check results back into your customer’s ATS system.
Your customer can then view the results directly in their ATS.


