Ashby · Arazzo Workflow
Ashby Sync a Job Posting to a Careers Site
Version 1.0.0
Resolve the job board, list its live postings, read one in full, and update its copy.
View Spec
View on GitHub
ATSRecruitingTalent AcquisitionSourcingCRMSchedulingAnalyticsHiringHR TechArtificial IntelligenceArazzoWorkflows
Provider
Workflows
job-posting-sync
Resolve a job board, pull its live postings, read one, and update its copy.
Lists job boards, lists the listed-only postings on the chosen board, reads a posting with its job expanded, and updates the posting's title and description.
1
listJobBoards
List the organization's job boards. Resolving the board explicitly matters because the posting calls silently default to the primary external board when no board id is supplied, which is rarely what a multi-brand careers site wants.
2
listPostings
List the postings on the chosen board, filtered to listed postings only so unlisted or draft postings never reach a public careers site.
3
readPosting
Read the full posting with its job expanded. The list above returns summaries; the complete description and compensation detail only come back from this call, which is why a careers-site sync cannot be built on the listing alone.
4
updatePosting
Write updated copy back to the posting. Only the supplied fields change; the rest of the posting is left intact.
Source API Descriptions
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.