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

# Notify - Notifications and Alerts

> Send a message to the right people via Slack, Teams, or email

## Overview

The Notify step sends a message to specific people or roles at any point in a flow.

## Use When

* You need to alert someone of a status change or ask them to look at something, without creating a task for them

## Configuration

* **Destination** — **Slack**, **Teams**, or **Email**
* **Recipients** — add specific users or roles (e.g. Requester); click **Add from flow** to pull in a recipient from earlier flow data
* **Subject** — for Email
* **Message** — body text; type "@" to insert content from the flow (e.g. a field from Intake)
* **Send as a PDF** — toggle; converts attached files to PDF before sending

<Tip>
  There's no separate "in-app notification" channel, no built-in interactive action buttons (Approve/Reject inline), and no conditional templating syntax inside the message — write the message as plain text with "@" insertions. If the message needs to vary by condition, put a [Condition](/features/flows/condition) step before the Notify step and use a different Notify step per branch.
</Tip>

## Related Components

<CardGroup cols={2}>
  <Card title="Intake" icon="inbox-in" href="/features/flows/intake">
    Notify when new requests are received
  </Card>

  <Card title="Agent" icon="robot" href="/features/flows/agent-step">
    Send analysis results
  </Card>

  <Card title="Approval" icon="stamp" href="/features/flows/approval">
    Alert approvers
  </Card>

  <Card title="Condition" icon="code-branch" href="/features/flows/condition">
    Send different notifications on different branches
  </Card>
</CardGroup>
