cURL
curl --request POST \ --url https://api.stardex.ai/zapier/zap-update-stage \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "job_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "job_name": "<string>", "candidate_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "candidate_email": "jsmith@example.com", "candidate_name": "<string>", "stage_id": "<string>", "stage_name": "<string>" }'
{ "success": true, "message": "Stage updated successfully", "data": { "candidate_id": "<string>", "person_id": "<string>", "job_id": "<string>", "previous_stage_id": "<string>", "new_stage_id": "<string>" } }
Moves a candidate to a different stage. Accepts job and candidate by id/email/name and stage by id/name.
Enter your API key as: Bearer your_api_key_here
Bearer your_api_key_here
1
Stage updated successfully
Show child attributes
Was this page helpful?