Moving Application Stage
When moving an application to a different stage within a customers ATS you will have to have identify the stage in which your customer would like the application to be moved to. In the Set Screening Trigger Stage you will have saved the stage id for the next stage in the application process after screening.Always get stage IDs from the
stages property on jobs,
not from the deprecated /application-stages endpoint. Many ATS systems have
job-specific stages. Using global stage IDs will often result in “Stage not
found” errors.- To move an application in Kombo you need to set the scope configuration of
Set Application Stageto enabled.
Reject Applications
It is possible to reject candidates using the Reject Application Endpoint.- The
Reject Applicationsscope will need to be enabled in your scope configuration.
rejection_reason_id which is available in your customers ATS. To get possible rejection reasons and rejection_reason_id you can use the Get Rejection Reasons Endpoint.
Here you can add a note and a rejection_reason_id as to why the candidate is rejected in the body of the request.