Ashby · Arazzo Workflow
Ashby Tag a Candidate by Tag Title
Version 1.0.0
Resolve a tag title to an id, creating the tag when it does not exist, then apply it.
View Spec
View on GitHub
ATSApplicant Tracking SystemRecruitingTalent AcquisitionSourcingCRMSchedulingAnalyticsHiringHR TechAIArazzoWorkflows
Provider
Workflows
candidate-tagging
Resolve or create a candidate tag by title and apply it to a candidate.
Lists candidate tags, creates the tag when the title is absent, applies the tag to the candidate, and reads the candidate back to confirm the tag set.
1
listTags
candidateTagList
List the organization's candidate tags so the supplied title can be resolved to a tag id without creating a duplicate. Archived tags are excluded so a retired tag is not silently reused.
2
createTag
candidatetagcreate
Create the tag. Ashby returns the existing tag when one already has this title, so this call is safe even if the listing above was paginated and the match was missed.
3
applyTag
candidateAddTag
Apply the resolved tag to the candidate.
4
verifyTags
candidateInfo
Read the candidate back and return the full tag set so the caller can confirm the tag landed alongside any tags already present.