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

# Notification

> Send email notifications from your automation workflows

## Overview

The Notification step sends email notifications from your workflow. Use it to alert team members, send reports, or notify external parties when specific workflow conditions are met.

## Configuration

| Field       | Description                                                                                        |
| ----------- | -------------------------------------------------------------------------------------------------- |
| **From**    | Sender name and email address                                                                      |
| **To**      | Recipient email address(es)                                                                        |
| **Subject** | Email subject line (supports [template variables](/automations/steps/overview#template-variables)) |
| **Body**    | Email body content (supports [template variables](/automations/steps/overview#template-variables)) |

## Output

| Field           | Type    | Description                             |
| --------------- | ------- | --------------------------------------- |
| `sent`          | boolean | Whether the email was sent successfully |
| `error`         | boolean | Whether an error occurred               |
| `error_message` | string  | Error description if failed             |
