Ashby · Arazzo Workflow
Ashby Create a Job and Open It
Version 1.0.0
Resolve department, location, and interview plan, create the job, then open it.
View Spec
View on GitHub
ATSRecruitingTalent AcquisitionSourcingCRMSchedulingAnalyticsHiringHR TechArtificial IntelligenceArazzoWorkflows
Provider
Workflows
job-create
Resolve org metadata, create a job, set it Open, and verify.
Lists departments, locations, and interview plans to resolve the ids job creation requires, creates the job, transitions it to Open, and reads the result back.
1
listDepartments
List the organization's departments so the job is attached to a real team. Archived departments are excluded so a retired team is not reused.
2
listLocations
List the organization's locations so the job is attached to a real location, excluding archived ones.
3
listInterviewPlans
List interview plans. A job cannot be moved to Open without a default interview plan, so this must be resolved before the create rather than after it.
4
createJob
Create the job against the resolved department, location, and default interview plan. Ashby creates the job in Draft.
5
setJobStatus
Transition the job to the requested status. Moving to Open is what makes the job eligible for postings and applications.
6
readJob
Read the job back with its location and openings expanded so the caller ends with a confirmed, fully resolved job record.
Source API Descriptions
openapi
openapi
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.