advance_application
Move a candidate's application forward to the next stage in the hiring pipeline, such as from phone screen to onsite interview.
Instructions
Advance an application to the NEXT stage in the pipeline (within the same job).
Use this to move a candidate forward one step, e.g. from "Phone Screen" to "Onsite". Requires from_stage_id (the candidate's current stage). If to_stage_id is omitted, advances to the next sequential stage. For moving between arbitrary stages in the same job, use move_application_same_job instead. For transferring to a different job entirely, use move_application.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| application_id | Yes | ||
| from_stage_id | Yes | ||
| to_stage_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |