bulk_tag
Apply a tag to multiple candidates in one request. Provide candidate IDs and a tag name; the tag is created automatically if it doesn't exist, simplifying batch tagging.
Instructions
Tag multiple candidates in one call. Write operation — rate-limited.
Users say "tag all the candidates from the hiring event." Pass candidate_ids from search or pipeline tools and a tag_name (created automatically if new). Processes sequentially with rate-limit delays.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag_name | Yes | Tag name to apply — created on-the-fly if it doesn't exist | |
| candidate_ids | Yes | Candidate IDs to tag — get from list_candidates or search |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |