> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-docs-event-stream-action-templates.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Learn how to configure your Telegram flow actions to send messages.

# Telegram

## Configure your Telegram Vault Connection

Learn how to configure a Vault Connection for your Telegram Flow Actions at [Telegram Vault Connection](/docs/customize/forms/vaults/telegram).

## Send Telegram message

Send a messages to a Telegram chat

<Frame>
  <img src="https://mintcdn.com/docs-dev-docs-event-stream-action-templates/YlSGjDQ1BrChv4Jn/docs/images/cdy7uua7fh8z/kgSIPsWN5djsT1yQqg5Z8/fea0821d0e919c5101d01b84b968dd53/sendtelegrammessage.png?fit=max&auto=format&n=YlSGjDQ1BrChv4Jn&q=85&s=b81a18c48d192b0b32eee9599d91b307" alt="" width="1404" height="909" data-path="docs/images/cdy7uua7fh8z/kgSIPsWN5djsT1yQqg5Z8/fea0821d0e919c5101d01b84b968dd53/sendtelegrammessage.png" />
</Frame>

### Input settings

| Parameter           | Description                                                                                        |
| ------------------- | -------------------------------------------------------------------------------------------------- |
| Chat ID (required)  | The Telegram chat ID. To be obtained from [Telegram’s Bot Father](https://core.telegram.org/bots). |
| Messages (required) | The body content of the Telegram message.                                                          |

### Output object

You can find the expected response and status codes at [Telegram's documentation](https://core.telegram.org/method/messages.sendMessage).
