> ## Documentation Index
> Fetch the complete documentation index at: https://auth0.generaltranslation.app/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 Vault connection

To configure a Vault connection for your Telegram actions, you will need a **Token:**

<Frame>
  <img src="https://mintcdn.com/generaltranslationinc/-mZh6I5893vkj3e3/docs/images/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?fit=max&auto=format&n=-mZh6I5893vkj3e3&q=85&s=5949fe581fa5d1e436b55608946223ac" alt="Dashboard > Actions > Forms > Flows > actions > Telegram" data-og-width="1404" width="1404" data-og-height="545" height="545" data-path="docs/images/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/generaltranslationinc/-mZh6I5893vkj3e3/docs/images/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=280&fit=max&auto=format&n=-mZh6I5893vkj3e3&q=85&s=ec8e9b625e1be9b6038ba8831b0338f8 280w, https://mintcdn.com/generaltranslationinc/-mZh6I5893vkj3e3/docs/images/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=560&fit=max&auto=format&n=-mZh6I5893vkj3e3&q=85&s=59b8b30f2b00b10ddd6d6dfc2df97897 560w, https://mintcdn.com/generaltranslationinc/-mZh6I5893vkj3e3/docs/images/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=840&fit=max&auto=format&n=-mZh6I5893vkj3e3&q=85&s=27af42844c0b14de898c41932dc0207e 840w, https://mintcdn.com/generaltranslationinc/-mZh6I5893vkj3e3/docs/images/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=1100&fit=max&auto=format&n=-mZh6I5893vkj3e3&q=85&s=e3023cf5a7e535f1740adadb8b43bc6e 1100w, https://mintcdn.com/generaltranslationinc/-mZh6I5893vkj3e3/docs/images/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=1650&fit=max&auto=format&n=-mZh6I5893vkj3e3&q=85&s=51818db3029515f4cf08599fe67f5cc1 1650w, https://mintcdn.com/generaltranslationinc/-mZh6I5893vkj3e3/docs/images/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=2500&fit=max&auto=format&n=-mZh6I5893vkj3e3&q=85&s=1e517963be4ec44de9f356d04f3696d0 2500w" />
</Frame>

To learn how to generate a token, read [Telegram's Bot API](https://core.telegram.org/#bot-api).

## Send Telegram message

Send a messages to a Telegram chat

<Frame>
  <img src="https://mintcdn.com/generaltranslationinc/GMqg_oKRfWVB3GIg/docs/images/cdy7uua7fh8z/kgSIPsWN5djsT1yQqg5Z8/fea0821d0e919c5101d01b84b968dd53/sendtelegrammessage.png?fit=max&auto=format&n=GMqg_oKRfWVB3GIg&q=85&s=3e08de254a34ec8c8b7c927522186968" alt="" width="1404" height="909" data-path="docs/images/cdy7uua7fh8z/kgSIPsWN5djsT1yQqg5Z8/fea0821d0e919c5101d01b84b968dd53/sendtelegrammessage.png" />
</Frame>

### Input settings

<table class="table">
  <thead>
    <tr>
      <th><b>Parameter</b></th>
      <th><b>Description</b></th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>Chat ID (required)</td>
      <td>The Telegram chat ID. To be obtained from <a href="https://core.telegram.org/bots">Telegram’s Bot Father</a>.</td>
    </tr>

    <tr>
      <td>Messages (required)</td>
      <td>The body content of the Telegram message.</td>
    </tr>
  </tbody>
</table>

### Output object

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