> For the complete documentation index, see [llms.txt](https://docs.aisera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.aisera.com/aisera-platform/ai-automation-optimize-flow/ai-workflow-studio/workflow-reference-guides/workflow-nodes/action-nodes/notification.md).

# Notification

Use the **Notification** node to send notifications via channels or email. You can send an automatic notification to the user about a ticket status or update, as part of an action flow.

The node defines how the notification will be sent: via channels, SMS, email or webchat.&#x20;

<div align="left"><figure><img src="/files/c7CVsC1qpAbZRUnHY7sN" alt="" width="563"><figcaption></figcaption></figure></div>

The message can include any dynamic data from the variables used by the workflow, such as a status, rejection message, approval, or ticket id.  Hover the cursor near the top right corner of the input box until you see “...”, and then click on the three dots. A drop-down menu displays all the variables available for your workflow.

<div align="left"><figure><img src="/files/ltcxh8eOmbKrTxGF0FuK" alt="" width="563"><figcaption></figcaption></figure></div>

This screenshot above displays the list of variables that you can add to notification messages within your  workflow.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.aisera.com/aisera-platform/ai-automation-optimize-flow/ai-workflow-studio/workflow-reference-guides/workflow-nodes/action-nodes/notification.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
