# Recruitee AI integration on Definable

> Recruitee is a collaborative hiring software that streamlines recruitment processes, enabling teams to source, interview, and hire candidates efficiently.

## What this connects

Recruitee is a collaborative hiring software that streamlines recruitment processes, enabling teams to source, interview, and hire candidates efficiently.

Vendor: https://recruitee.com

## Tools available

**23** tools available. First 12:

- `RECRUITEE_CREATE_CANDIDATE` — Create Candidate — Tool to create a new candidate profile. Use after gathering all candidate details. Example: "Create a new candidate named Jane Doe with email jane.doe@example.com."
- `RECRUITEE_CREATE_NOTE` — Create Note — Creates a new note for a candidate in Recruitee. Notes can be used to record interview feedback, assessments, or any observations about the candidate. Use this when you need to add commentary or documentation to a candidate's profile.
- `RECRUITEE_CREATE_OFFER` — Create Offer — Creates a new job offer or talent pool in Recruitee. Required fields include title, location IDs, and description. Use Get Locations action to retrieve valid location IDs before creating an offer. The offer status can be set to draft, internal, published, closed, or archived.
- `RECRUITEE_DELETE_CANDIDATE` — Delete Candidate — Tool to delete a candidate profile. Use when you need to permanently remove a candidate from your Recruitee account. Returns no content on success.
- `RECRUITEE_DELETE_TAG` — Delete Tag — Permanently deletes a tag from Recruitee by its ID. This action requires appropriate API permissions to delete tags. Use this when you need to remove unused or obsolete tags. Note: Deleting a tag removes it from all associated candidates and offers.
- `RECRUITEE_GET_CANDIDATE` — Get Candidate — Tool to retrieve detailed information about a specific candidate. Use when you need the candidate's full profile before proceeding.
- `RECRUITEE_GET_CANDIDATES` — Get Candidates — Tool to retrieve a list of all candidates in the company. Use when you need to fetch or filter candidates before proceeding.
- `RECRUITEE_GET_COMPANY_ID` — Get Company ID — Tool to retrieve the company ID of the authenticated account. Use when you need to confirm your company identity before other operations.
- `RECRUITEE_GET_COMPANY_OFFER_PUBLIC` — Get Company Offer Public — Tool to retrieve a specific published job offer by ID or slug from the public Careers Site API. Use after you have the offer identifier.
- `RECRUITEE_GET_DEPARTMENTS` — Get Departments — Tool to retrieve a list of company departments. Use when you need to reference or assign offers or candidates to departments.
- `RECRUITEE_GET_LOCATIONS` — Get Locations — Tool to retrieve a list of company locations. Use when you need to see all location options before assigning them to offers.
- `RECRUITEE_GET_NOTES` — Get Notes — Tool to retrieve a list of notes for a specific candidate. Use after confirming the candidate exists when you need to review their notes.

## Auth

Auth schemes: `API_KEY`, `OAUTH2`.

## How agents use Recruitee

Inside a Definable workflow, Recruitee is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Recruitee** — the Researcher (GPT-5.5) pulls context from Recruitee (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Recruitee** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Recruitee (create record, post message, draft email).
- **Designer / Engineer → Distributor → Recruitee** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Recruitee (attach file, open PR comment, post status).

The Verifier checks every Recruitee call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- hr talent & recruitment — https://definable.ai/apps/category/hr-talent-&-recruitment/

## Related

- HTML page: https://definable.ai/apps/recruitee/
- Same category (hr talent & recruitment): https://definable.ai/apps/category/hr-talent-&-recruitment/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
