Intrvio + Recruitee: AI interviews directly in your hiring pipeline.
Intrvio is a registered Partner Integration in the Recruitee Marketplace under kind: assessment. Open a candidate in Recruitee, click **More -> Send Intrvio test** — Intrvio shoots out the invite, the candidate completes the interview, and the score + transcript appear back on the candidate card in Recruitee.
Recruitee's send_candidate URL points at our Intrvio webhook; we use Bearer token auth for both delivery of the invite and write-back of the result. Recruitee certifies every partner integration via the RC environment — Intrvio finished that process in late 2025.
What gets synced
| Data | Direction | Recruitee method |
|---|---|---|
| Candidates | Bidirectional | GET /c/:company_id/candidates |
| Job openings (offers) | Recruitee -> Intrvio | GET /offers |
| Interview invites | Intrvio -> Recruitee | partner.urls.send_candidate |
| Interview results + transcripts | Intrvio -> Recruitee | PATCH partner_result.update_url |
| Status changes | Bidirectional | candidate.placement webhook |
| Hiring stages | Mapping | GET /pipeline_templates |
Setup (5 steps)
- 1
In Recruitee, open the Marketplace tab. Search for 'Intrvio' — it appears in the kind: assessment list. Click Integrate.
- 2
Recruitee asks for a Personal API Token. Generate one at Settings -> Apps and plugins -> Personal API Tokens -> + New Token (Admin-only) and paste it into the Marketplace prompt.
- 3
Recruitee calls Intrvio's partner.urls.validate_token endpoint; on success the integration is enabled. This handshake happens automatically.
- 4
You are redirected to Intrvio's Stage mapping wizard. Map your Recruitee pipeline stages (Applied, Screen, Interview, Offer, Hired) to Intrvio interview stages.
- 5
Open any job, pick a candidate, click More -> Send Intrvio test. The test choices come from Intrvio's tests endpoint; on send, the invite goes to the candidate, and once they finish, the score appears under the candidate as a partner-result badge.
Auth model
Bidirectional Bearer token. Recruitee's calls into Intrvio carry the customer's Personal API Token in the Authorization header; Intrvio's calls back to Recruitee use the same token. If the token is revoked, both directions immediately 401 — Intrvio catches that and surfaces a 'Reauthorize' nudge in the dashboard.
Trigger events
- candidate.created
- candidate.placement_changed
- candidate.disqualified
- offer.published
- offer.archived
Partner-integration webhooks are distinct from generic customer webhooks; we receive them via your partner registration and write each into your audit log automatically.
Data residency + GDPR
Recruitee is Netherlands-based (Tellent) and EU data residency is the default. Intrvio stores EU customer data in Frankfurt — both sides stay inside EU borders. The DPA is in our Trust Center.
Pricing impact
Recruitee integration is included in every paid plan. See pricing.
Frequently asked
One-click connect from the Marketplace.
Paste your token, send the interview, see the result in the Recruitee panel.