Only Sync Created Applications
toggle to off in your dashboard.
data-changed
webhook allowing you to fetch any new data from Kombo.
More information on fetching data can be found in Fetching Data.
data-changed
webhook.
Then, using the GET Applications endpoint, applications can be read from the ATS into your system.
stages.id
, or stage name to identify the stage(s) to trigger screening. You may also want to involve your customer in identifying the trigger stage. We recommend using the stages.id
.
stages.id
for the next stage in the application process and store this
in your database. As you will need this in order to move the application to
the next stage.updated_after
filter and then comparing the stage of each candidate with the stage you currently have in your system.
When you fetch the applications via the GET Applications endpoint, you will get the current_stage_id
and current_stage
properties for each application. The current_stage
is just an expanded version of the current_stage_id
, so you can use either of them.
stages
property when calling the GET Jobs endpoint.
Read document attachments
to be enabled in your scope configuration.application_id
for each application you want to get the attachments for.