Hyreflow
Integrations

Recruiterflow

Recruiting ATS/CRM — candidates, jobs, clients, contacts, campaigns, placements. Production writes; pilot before bulk.

Use Recruiterflow as an ATS write target and source of truth: add/update candidates, manage jobs and clients (companies), sync contacts, drive campaigns, and record placements. The destination for sourced + enriched candidates.

Free on Hyreflow (0 credits) — runs on your own connected Recruiterflow account. get_info is a safe read-only pilot. RF terminology: client = company.

Capabilities

ToolDoesCost
add_candidateCreate a candidate (custom_fields as [{id,value}])Free
add_candidate_to_jobAttach a candidate to a job (lands under Sourced)Free
move_candidate_to_stageMove a candidate's pipeline stageFree
search_candidatesFilter-body candidate searchFree
list_jobsList jobs (only_open, paging)Free
get_job_pipelineStage summary + detail for a jobFree
add_to_campaignPush candidates into a campaign (gate — outreach)Free
get_infoExternal-API info (safe read-only pilot)Free

Guidance

  • Auth is header RF-Api-Key; start with get_info as a safe pilot.
  • Production ATS writes — pilot one record, show payload + response, confirm before bulk.
  • update_candidate is a full update — include id; provided keys replace existing data.
  • Long-tail endpoints (activities, tasks, deals, files, custom-fields) are reachable via the generic request() passthrough.
  • Handoff: sourced + enriched candidates → add_candidate (with job_id) → review in Recruiterflow.
hyreflow tools execute recruiterflow add_candidate \
  --payload '{"first_name":"Ada","last_name":"Lovelace","email":"[email protected]","job_id":1234}'

Recruiterflow is an ATS sink, not a waterfall member — wire it as the final push after source → enrich → verify.

Rate limits & bulk writes

Recruiterflow does not publish a fixed RPM, so the adapter defaults to a conservative 60 requests / minute. Use add_candidates_batch, add_contacts_batch, add_clients_batch and create_jobs_batch for large pushes. See Bulk pushes to ATS / recruiting CRM.

On this page