> ## Documentation Index
> Fetch the complete documentation index at: https://hireflixsl.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Notifications & Reply Routing

## Overview

There are two separate systems that decide who gets emailed about a candidate, and it's easy to mix them up:

|                                            | **Interview-completed notifications**                 | **Candidate reply routing**                                                  |
| :----------------------------------------- | :---------------------------------------------------- | :--------------------------------------------------------------------------- |
| Controls                                   | Who's emailed when a candidate completes an interview | Who receives a candidate's reply to an invite, reminder, or completion email |
| Configured per                             | Position (Internal Notifications)                     | Email template (Custom reply-to address)                                     |
| Default recipient                          | The inviter, plus any additional team members you add | The inviter                                                                  |
| Via ATS, public links, API, or automations | Falls back to the account owner/admin                 | Falls back to the account owner/admin, unless a custom reply-to is set       |

<Note>
  Configuring one of these systems doesn't affect the other. Read on for how each works.
</Note>

## Interview-completed notifications

Internal notifications determine who receives an email whenever a candidate completes an interview. These settings are configured **separately for each position**.

### Where to find these settings

<Steps>
  <Step title="Open the position">
    Open your position/interview.
  </Step>

  <Step title="Click Configure">
    Click **Configure** (gear icon).
  </Step>

  <Step title="Open Internal Notifications">
    Open the **Internal Notifications** section.

    <Frame>
      <img src="https://mintcdn.com/hireflixsl/VDRYCrZwKf8DNtoK/images/hireflix-userguide-position-internal-notifications-configure.png?fit=max&auto=format&n=VDRYCrZwKf8DNtoK&q=85&s=4a985fcd1e879eb78304be83ddad7712" alt="Configure internal notifications" width="1338" height="660" data-path="images/hireflix-userguide-position-internal-notifications-configure.png" />
    </Frame>
  </Step>
</Steps>

Inside this section, you'll see:

* An **Inviter receives notifications** toggle
* An **Add additional team members** dropdown

<Frame>
  <img src="https://mintcdn.com/hireflixsl/VDRYCrZwKf8DNtoK/images/hireflix-userguide-position-internal-notifications-email.png?fit=max&auto=format&n=VDRYCrZwKf8DNtoK&q=85&s=d8e604863a48a6982fdd649ec21f2ee4" alt="Configure internal notifications add email" width="1338" height="568" data-path="images/hireflix-userguide-position-internal-notifications-email.png" />
</Frame>

### The inviter

By default, **Inviter receives notifications** is enabled. The user who invited the candidate automatically receives the completion notification.

A user counts as the inviter when they:

* Manually invite candidates from Hireflix
* Import candidates through a CSV or Excel file

The logged-in user performing the action becomes the inviter. This works independently per candidate. For example, if Kim invites one candidate and Laura invites another to the same position, Kim and Laura each receive the notification for the candidate they invited.

### Adding additional team members

The dropdown lets you add team members who should **always** receive notifications for that position, regardless of who invited the candidate. You can add multiple users, and combine this with inviter notifications — you can only select users already added to your Hireflix account.

For example, if Laura is added in the dropdown, she'll always receive completion notifications for that position, even if another recruiter invited the candidate.

### ATS integrations, public links, API, and automations

Things work differently when candidates are invited through a **public link**, an **ATS integration**, the **Hireflix API**, or **Zapier/Make.com automations**. In these cases, Hireflix doesn't know which user should be considered the inviter, so it automatically assigns the **account owner/admin** as the inviter instead.

<Warning>
  If **Inviter receives notifications** is enabled, the account owner/admin will receive these notifications. This often surprises teams relying on ATS integrations or public links.
</Warning>

If you mainly use ATS integrations, public links, API invitations, or automations, we recommend:

* Disabling **Inviter receives notifications**
* Manually selecting recipients in the additional team members dropdown

This gives you full control over who receives interview-completed emails.

### Common questions

<AccordionGroup>
  <Accordion title="Can my colleague also receive notifications?">
    Yes, add them in the **Additional team members** dropdown for the position.
  </Accordion>

  <Accordion title="Why is the account owner receiving all notifications?">
    This usually happens because candidates are being invited through a public link, an ATS integration, the API, or Zapier/Make.com. In these situations, Hireflix automatically assigns the account owner as the inviter.
  </Accordion>

  <Accordion title="How do I stop someone from receiving notifications?">
    Disable **Inviter receives notifications**, or remove them from the additional team members dropdown.
  </Accordion>
</AccordionGroup>

## Candidate reply routing

When a candidate replies to an email sent from Hireflix — an interview invite, a reminder, or a completion email — the reply doesn't go to everyone on the team or to the Internal Notifications list above. Instead, Hireflix follows a clear set of rules to decide where that reply lands.

**Short answer:**

* By default, the reply goes to the user who invited the candidate.
* If a **Custom reply-to address** is enabled in the email template, replies go there instead.
* For invites sent via ATS integrations or public links, replies go to the account admin, unless a custom reply-to address is set.

### Using a custom reply-to address

Email templates include an optional **Custom reply-to address** setting. When enabled, all candidate replies to emails using that template go to the specified address instead — regardless of who sent the invite. This is useful when replies should always land in a shared inbox, like `recruitment@company.com` or a central HR inbox.

<Steps>
  <Step title="Open your templates">
    Go to **Account > Templates Email / SMS**.
  </Step>

  <Step title="Edit the template">
    Edit the relevant email template.
  </Step>

  <Step title="Enable Custom reply-to address">
    Enable **Custom reply-to address** and enter the email that should receive replies.

    <Frame>
      <img src="https://mintcdn.com/hireflixsl/VDRYCrZwKf8DNtoK/images/hireflix-userguide-custom-reply-to.png?fit=max&auto=format&n=VDRYCrZwKf8DNtoK&q=85&s=d072757bc8b022dcdbcecc4b598b4541" alt="Custom reply-to address setting in a template" width="1578" height="738" data-path="images/hireflix-userguide-custom-reply-to.png" />
    </Frame>
  </Step>

  <Step title="Save">
    Save the template.
  </Step>
</Steps>

<Note>
  * Changes to reply settings only affect **new** invites, replies to past invites keep going to the address set at the time.
  * Different templates can have different reply-to configurations.
  * If replies are landing somewhere unexpected, check the email template used for that invite.
</Note>

<Card color="#5863ff" icon="arrow-right" horizontal href="/user/messages/creating-customizing-templates" title="Learn next?">
  Learn how to create and customize the templates referenced above.
</Card>
