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

# Send TG message

The **Telegram: Send message** action allows your AI assistant to send a message directly to a connected Telegram account. This is ideal for alerting users, admins, or staff about important events, summaries, or updates.

> To use this action, you must first connect a Telegram account via the **Integrations** tab in your dashboard.

***

## What It Does

This action sends a single Telegram message to the linked account. You can dynamically compose the message using parameters like `@userName`, `@orderStatus`, etc.

> 🔧 Use this for reminders, alerts, confirmations, or short summaries.

***

## Action Interface

<Frame>
  <img src="https://mintcdn.com/monobot-0e0ffe36/yVZ9w6FeuKr7UZXp/images/settings/actions/telegram-send.jpg?fit=max&auto=format&n=yVZ9w6FeuKr7UZXp&q=85&s=629056baa68409e38762fbb736a04660" alt="Telegram Send Message UI" className="block" width="1315" height="242" data-path="images/settings/actions/telegram-send.jpg" />
</Frame>

***

## Configuration Options

<AccordionGroup>
  <Accordion icon="message-square" title="Telegram Message (required)">
    **Type**: `string`
    The text message to be sent to Telegram. Can include dynamic content via parameters.

    *Example:*

    > "Hey @userName, your delivery status is: @deliveryStatus."
  </Accordion>

  <Accordion icon="check-circle" title="Only if everything was successful">
    **Type**: `boolean`
    When enabled, this message will only be sent if all prior actions were completed successfully.
  </Accordion>
</AccordionGroup>

***

## Tips

* You can reference parameters like `@summary`, `@email`, or any output from earlier tools.
* Keep messages short and useful. Telegram bots support markdown formatting.
* Make sure the Telegram integration is active before using this action.

Let us know if you’d like example automations using Telegram alerts!
