attachments
array in the request body. The first CV in the attachments will be treated as the resume of the candidate when the tool allows previewing a resume.
There are two ways to submit the document that will be uploaded:
attachments.[*].data
field. This will cause your requests and logs to be quite large, though.attachments.[*].data_url
field.data
and data_url
at the same time.
We recommend that the summed up size of all attachments that are submitted with an application should be below 10 MB, as this is within the file size limits of most ATS.
warnings
array429
, any 5xx
error and if we get no response at all from the tool.
Therefore, please only retry requests if you get a 429
error because of our rate limiting OR 5xx
error from Kombo because that means our system wasn’t able to resolve the issue on its own because there was downtime or an unexpected error.
Screening questions formats and examples.
screening_question_answers
array, like so:
screening_questions[*].required == true
) and force you to submit an answer if you want to create an application. We let you know about some of the workarounds in our guide on customer-specific edge cases.
coverage
object:
required: true
boolean set, so watch out for those.