> For the complete documentation index, see [llms.txt](https://docs.smartbotpro.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.smartbotpro.io/scripts/actions/send-notification.md).

# Send Notification

Let's add this action through the additional menu on the side or right-click in an empty area of the screen.

![](/files/zlwud4awMnSDf9TTrWmH)

In the block menu, we can choose which of the managers to notify when the user performs the desired action.

![](/files/o6H5xDsMLqWGo28fSpCQ)

{% hint style="info" %}
Please note that only managers who have linked their account on the social network will receive the notification. [Instructions on how to link an account on a social network.](/beginning-of-work/how-to-add-messenger.md#privyazka-akkaunta-v-socialnoi-seti)&#x20;
{% endhint %}

Then we select the necessary connected channels: a VK group, a Telegram channel, or all at once.

![](/files/o2NIvfkqvafgdsvU4FYR)

Now it remains only to link the admin notification with an appropriate condition with an arrow. For example, if the user's message contains the word "product".

![The "User input" event is connected to the "Message to admins" action and set to condition if the message contains the word "product"](/files/4ykx0oLRGpdBCS1vDjtP)

![Notification will be received by all managers in all channels](/files/siYuRh1GsfextMtWw2mT)

This is what the result looks like for your managers:

![VK](/files/2OrGqb1ObbGbhUJOO3ML)

![Telegram](/files/TpG0U1vtkGSFFSzIFGs6)


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.smartbotpro.io/scripts/actions/send-notification.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
