Hireflix

Hireflix is a one-way video interview platform for managing positions, candidate interviews, templates, themes, and hiring workflows.

17 actions Integration catalog
Request access
Connect Hireflix once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Create Candidate InterviewHIREFLIX_CREATE_CANDIDATE_INTERVIEW
Create a candidate interview in a Hireflix position without sending candidate notifications. This still creates a candidate and interview record.
Create PositionHIREFLIX_CREATE_POSITION
Create a one-way interview position with one or more video-answer questions. Positions are private by default; setting public=true makes the position publicly discoverable. Empty notification arrays request no custom configurations, but Hireflix may apply account defaults. Use Create Candidate Interview to add a candidate without sending; Invite Candidate sends configured notifications.
Permanently Delete PositionHIREFLIX_DELETE_POSITION
Permanently delete a Hireflix position and its associated workflow state. This destructive operation cannot be undone. Use only a position ID that the caller explicitly intends to remove.
Get Account OverviewHIREFLIX_GET_ACCOUNT_OVERVIEW
Return the connected Hireflix user, company, subscription status, permissions, and current usage counters without exposing credentials.
Get InterviewHIREFLIX_GET_INTERVIEW
Return one accessible Hireflix interview with candidate, progress, answers, scores, comments, metadata, and sharing state.
Get PositionHIREFLIX_GET_POSITION
Return one Hireflix position's configuration and interview-step details by position ID; use List Position Interviews for candidates.
Invite CandidateHIREFLIX_INVITE_CANDIDATE
Invite a candidate to a Hireflix position and immediately send any configured candidate notifications. Notification delivery cannot be undone; use Create Candidate Interview to create the record without sending.
List Notification TemplatesHIREFLIX_LIST_NOTIFICATION_TEMPLATES
List Hireflix notification templates for one channel without returning Draft.js message bodies.
List Position InterviewsHIREFLIX_LIST_POSITION_INTERVIEWS
Return one cursor-controlled page of interviews for a Hireflix position, with optional candidate and stage filters.
List PositionsHIREFLIX_LIST_POSITIONS
Return all positions visible to the connected Hireflix account, including archive state and tags.
List ThemesHIREFLIX_LIST_THEMES
Return the company's available position branding themes and their core visual settings.
List WebhooksHIREFLIX_LIST_WEBHOOKS
Return configured Hireflix webhook destinations, activation state, and subscribed events without exposing signing secrets.
Set Interview DecisionHIREFLIX_SET_INTERVIEW_DECISION
Move a Hireflix interview to the shortlisted or discarded hiring stage.
Set Position ArchivedHIREFLIX_SET_POSITION_ARCHIVED
Archive a Hireflix position to stop new submissions, or unarchive it to accept submissions again.
Share InterviewHIREFLIX_SHARE_INTERVIEW
Create an immediately active public, unauthenticated link exposing a Hireflix interview and its answers for duration_days (default 75). This toolkit cannot revoke the link before expiry, so treat sharing as irreversible.
Update Interview ReviewHIREFLIX_UPDATE_INTERVIEW_REVIEW
Set or clear exactly one review field for a Hireflix interview: the connected user's score or comment. Pass null to clear the selected field; use a separate call for the other field.
Update PositionHIREFLIX_UPDATE_POSITION
Patch a Hireflix position's core settings. Omitted fields are preserved. Null clears theme or restores automatic transcription language; use [] to clear tags. Supplied tag and question arrays replace existing values rather than merging.