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
ATSApplicant Tracking SystemRecruitingTalent AcquisitionSourcingCRMSchedulingAnalyticsHiringHR TechAIArazzoWorkflows
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
jobBoardList
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
jobPostingList
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
jobPostingInfo
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
jobPostingUpdate
Write updated copy back to the posting. Only the supplied fields change; the rest of the posting is left intact.