- You submit your available assessment packages to Kombo. We’ll take care of configuring them in your customer’s integration. Your customers can now submit assessment orders from their ATS.
- When your customer triggers a new assessment order in the ATS, Kombo sends you a webhook event, so you can automatically send out an email and get the assessment process started.
- Once the candidate has completed the assessment, you send the results to Kombo. We then write them to the ATS system.
- Your customers can conveniently access the assessment results directly within their ATS.
Setup: Connecting a new customer

Kombo Connect guides your customer through the process of connecting their ATS.
1. Configuring available packages
Submit all your available assessment packages for the customer to Kombo. Kombo automatically configures the ATS to surface the assessment packages to your customer.
What the UI for triggering a new assessment looks like in Greenhouse.
2. Reacting to new assessment orders
Please refer to this guide for reacting to new inline assessment orders.
assessment:order-received
remote_data
will contain the exact payload received from the customer’s
webhook.422
status code and body in the following shape:
message
in the UI of the ATS so that your user knows what’s going on.
The response to the
assessment:order-received
webhook’s body needs to match the shape described in the example to make us to reject the assessment order!Other errors will not cause us to reject the assessment. We will still accept it and make it available via the Get open orders endpoint so that you can retry at a later point.3. Writing back results
Once the candidate has completed your assessment, you send the results of the assessment to Kombo:
What assessment results look like within Greenhouse.