FlowRunner
PricingContact
Theme
Start Free

Hireflix

HR

Connect AI agents to Hireflix, a one-way asynchronous video interview platform. Agents invite candidates, retrieve interview results, and create shareable playback links so hiring teams review screens without scheduling live calls.

Verified 5 actions API key available
Hireflix website ↗ Platform Documentation ↗ Capability data verified 2026-08-10
A candidate reaches the video screen stage in the hiring pipeline
Agent runs Invite Candidate against the position, which emails the candidate their interview link
Agent polls List Position Interviews for the position, filtered to the To Evaluate stage
Agent runs Get Interview Results and reads the transcription for each answered question
Recruiter receives the summary, the reviewer scores, and the interview id in Slack
Recruiter confirms who outside the hiring team may receive a shareable playback link, and for how long

What This Integration Enables

Hireflix is built on a premise most interview tooling avoids stating plainly: the first screen does not need both people in the room. A position in Hireflix is an interview template, a fixed set of questions and settings for a role, and inviting a candidate creates an interview instance against it. Agents list positions, page through the interviews attached to one with stage filtering and cursor pagination, and invite candidates by email with an optional external id that links the interview back to a record in the applicant tracking system.

The results side is where an agent earns its place. Get Interview Results returns each question execution with its status, reviewer scores, and the latest answer, including the video URL, its duration, and the transcription. The transcription is the part that turns a stack of recordings into something a flow can act on: an agent can read every answer, compare it to the role requirements, and post a ranked summary before a human has watched a single minute. Create Shareable Link then opens a specific completed interview to someone outside Hireflix entirely, with a validity window and labels for tracking who it went to. Note that the signed video URLs from Get Interview Results expire after fourteen days, so a flow should fetch results fresh when it needs playback rather than storing the URLs anywhere.

Without FlowRunner

Screens gated on calendars A first conversation waits for two people to find the same thirty minutes
Reviews stuck in one tool An external hiring manager or client needs an account before they can watch anything
Recordings shared without a boundary A link goes out over email with no record of who received it or when it stops working

With FlowRunner

Screens run asynchronously Invite Candidate sends the link and the candidate answers on their own time
Reviews open to the people who need them Create Shareable Link lets an external reviewer watch without logging in to Hireflix
Sharing is deliberate and time bound Every external link carries a chosen validity window and a label naming the recipient

Use Case Scenarios

Asynchronous First Screen at Volume

A role attracts more applicants than the recruiting team can phone screen. As each applicant clears the resume bar, the agent runs Invite Candidate against the position with the candidate's email, first name, and the applicant tracking record id as the external id. Hireflix emails the invite. The agent then polls List Position Interviews on a schedule, filtered to newest first, and picks up interviews as they complete. For each one it runs Get Interview Results, reads the transcriptions, scores the answers against the role's stated requirements, and writes the score and a two line summary back to the applicant record in Greenhouse. The recruiter opens a ranked queue instead of a calendar.

Interview Review Handoff to a Hiring Manager

The recruiter shortlists four candidates from the screen. Rather than granting four Hireflix seats to a hiring manager who reviews candidates twice a quarter, the agent runs Create Shareable Link for each shortlisted interview with a validity window that matches the decision deadline and a label naming the manager. It posts the four links to the manager in Microsoft Teams with the transcription summary beside each one, so the manager can read first and watch the two that matter. When the window closes, the links stop working without anyone remembering to clean up.

Stalled Invite Recovery

Invites go out and some are never completed. On a schedule the agent runs List Position Interviews filtered to the Pending stage, compares each interview against the invite date it recorded, and identifies candidates who have not started after several days. It drafts a reminder for each one, checks the applicant record for anything that would make a reminder inappropriate such as a withdrawal or an offer elsewhere, and sends the reminders through the team's outreach tool. Invite Candidate returns a typed error when a candidate has already been invited, the invite limit is reached, or the external id is in use, so the agent surfaces those as clear messages rather than retrying blindly.

Human-in-Loop Highlight

Create Shareable Link produces a public URL that lets anyone holding it watch a candidate's recorded interview without logging in to Hireflix, and this connector exposes no way to revoke one once it exists. The only control is the validity window chosen at creation, defaulting to seventy five days. That asymmetry is the reason the agent stops here. It will invite candidates, read results, and rank transcriptions on its own, but before it creates an external link it routes the request to the recruiter through Slack with the specifics: "Ready to share [candidate] for [position] with [reviewer name] outside Hireflix. Proposed validity 10 days, label [reviewer name]. This link works for anyone who has it and cannot be pulled back. Approve, change the window, or send a written summary instead?" The recruiter decides who watches a person's face and voice, and for how long. Reading the interview is automation. Handing out the recording is a human-in-the-loop decision.

Agent processes routinely
Detects exception requiring judgment
Clear match Continues automatically
Ambiguous Routes to human via Slack
Human decides
Agent resumes with decision

Agent Capabilities

5 actions

Positions

2
  • Get Positions Lists the positions (interview templates) in the Hireflix account. Each position holds a set of questions and settings for a role and is the target candidates are invited to. Archived positions are excluded by default. Use a position id with Invite Candidate or List Position Interviews.
  • List Position Interviews Lists interviews for a specific position, with optional filtering by candidate stage and newest or oldest sorting. Returns a page of interviews with id, stage, candidate name, and email, plus a cursor for pagination. Pass the cursor back to fetch the next page. Used to pick up completed screens and to find invites that have stalled.

Interviews

2
  • Invite Candidate Invites a candidate to a Hireflix interview for a position. Creates a new interview instance and emails the candidate their invite link. Returns the interview id and its public, private, and short URLs. Returns a typed error when the candidate was already invited, the invite limit is reached, or the external id is already in use, so a flow can handle each case explicitly.
  • Get Interview Results Fetches a completed interview by id, returning each question execution with its status, reviewer scores, and the latest answer including video URL, duration, and transcription. Video URLs are signed and expire after fourteen days, so fetch results fresh when playback is needed rather than storing the URLs.

Sharing

1
  • Create Shareable Link Creates a public shareable link to a completed interview so external reviewers can watch the recording without logging in to Hireflix. Optionally sets how many days the link stays valid and attaches labels to track who it was shared with. The resulting URL works for anyone holding it, so this action is routed for sign-off.

Frequently Asked Questions

What can FlowRunner do with Hireflix?

FlowRunner agents can run Get Positions, List Position Interviews, and Invite Candidate in Hireflix, plus 2 more actions.

Does connecting Hireflix to FlowRunner require OAuth?

No. Hireflix connects to FlowRunner with an API key, no OAuth flow required.

Can Hireflix trigger a FlowRunner workflow automatically?

Hireflix doesn't currently expose triggers in FlowRunner. It connects as an action step inside workflows started by another trigger.

Start building with Hireflix

$100 in credits. No card required. Connect in minutes.