Skip to main content
intervyo.ai supports two integration shapes for ATS connectors:

Native connectors

Greenhouse, Lever, Bullhorn, Loxo, Vincere, SmartRecruiters. OAuth install, field mapping in the UI, bi-directional sync.

Webhook + REST API

For any ATS or in-house tool. Subscribe to session.scored; push scorecards into your ATS via its own API.

Native connector flow

1

Install the connector

Settings → Integrations → pick your ATS → install via OAuth.
2

Map fields

Drag-and-drop UI to map intervyo.ai’s scorecard dimensions to your ATS’s custom fields. No code, no support tickets.
3

Sync runs automatically

Every completed session pushes its scorecard + transcript link + recording link into the candidate’s ATS record. Candidate changes in the ATS reflect here on the next sync window.

Custom ATS via webhooks

If your ATS isn’t on the native list:
  1. Register a webhook endpoint subscribed to session.scored
  2. On each event, your backend pulls the session payload and writes the fields you care about into the candidate’s record in your ATS
The session payload includes the candidate’s email + external ID (if you set one on creation), so matching to your ATS’s candidate record is a one-line lookup.
Set external_id on participants and sessions when you create them via API. The platform echoes that ID back on every webhook so you can identify the matching record in your ATS without an extra lookup.
This page is a stub. For the full per-ATS field mapping reference and OAuth scopes, contact integrations@intervyo.ai.
Last modified on June 2, 2026