App Logo
welcomekit.co

Move ATS candidate stage

Move an ATS candidate to another pipeline stage by stage id or label (built-in ref, UI alias, or custom column name). Returns from/to stages, and verifies the move actually applied.

Input

org required

Organization reference as it appears in your dashboard URL https://www.welcomekit.co/dashboard/o/<org>/ (6-char code).

candidateReference required

Candidate reference from list_candidates, format: <orgprefix>-<24 hex chars>

stage optional

Target stage as label: built-in reference (initial, to_refuse, refused, to_meet, interviewed, made_offer, hired), UI alias (New, Rejected, Awaiting Rejection, Offer) or custom column name (e.g. Test sent). Case-insensitive.

stageId optional

Target stage id (from list_jobs/list_candidates stages). Wins over stage when both given.

Output

toStageId required
candidateReference required
toStage optional
fromStage optional
updatedAt optional
fromStageId optional
jobReference optional

FAQ

Move an ATS candidate to another pipeline stage by stage id or label (built-in ref, UI alias, or custom column name). Returns from/to stages, and verifies the move actually applied.
Required: org, candidateReference. Optional: stage, stageId.
It returns toStage, fromStage, toStageId, updatedAt, fromStageId, jobReference, candidateReference.
Yes. It acts as you on welcomekit.co: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the welcomekit.co cookies saved by the Reduck extension.
It makes changes on welcomekit.co, like sending, posting or booking something.
Ask an AI agent connected to Reduck to run reduck/welcomekit.co/move_candidate_stage, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/welcomekit.co/move_candidate_stage
It is part of Reduck's official curated catalogue.

Start building not clicking