> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-quickstart-revamp.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 Vault connection

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

<Frame>
  <img src="https://mintcdn.com/docs-staging-quickstart-revamp/fNPG21NgQLCA0axA/images/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?fit=max&auto=format&n=fNPG21NgQLCA0axA&q=85&s=997e98eb9f7ac9bce6073effa1607758" alt="Dashboard > Actions > Forms > Flows > actions > Telegram" data-og-width="1404" width="1404" data-og-height="545" height="545" data-path="images/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-staging-quickstart-revamp/fNPG21NgQLCA0axA/images/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=280&fit=max&auto=format&n=fNPG21NgQLCA0axA&q=85&s=313e781b1e731b8fedb7729bef3661a4 280w, https://mintcdn.com/docs-staging-quickstart-revamp/fNPG21NgQLCA0axA/images/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=560&fit=max&auto=format&n=fNPG21NgQLCA0axA&q=85&s=2bab5a190d3be54c8bc806bc0fbecee1 560w, https://mintcdn.com/docs-staging-quickstart-revamp/fNPG21NgQLCA0axA/images/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=840&fit=max&auto=format&n=fNPG21NgQLCA0axA&q=85&s=8aaa504855c33fdaa8a6f0cf68e48bd6 840w, https://mintcdn.com/docs-staging-quickstart-revamp/fNPG21NgQLCA0axA/images/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=1100&fit=max&auto=format&n=fNPG21NgQLCA0axA&q=85&s=2e56b1bb2bba94cc21bf10446ccd6986 1100w, https://mintcdn.com/docs-staging-quickstart-revamp/fNPG21NgQLCA0axA/images/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=1650&fit=max&auto=format&n=fNPG21NgQLCA0axA&q=85&s=726457851a4b87c93e36f15bc51ef6c7 1650w, https://mintcdn.com/docs-staging-quickstart-revamp/fNPG21NgQLCA0axA/images/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=2500&fit=max&auto=format&n=fNPG21NgQLCA0axA&q=85&s=ed7c0d598d65a00a18f5b30dc059420b 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/docs-staging-quickstart-revamp/TU1OUbCB6Vk1Wu6L/images/cdy7uua7fh8z/kgSIPsWN5djsT1yQqg5Z8/fea0821d0e919c5101d01b84b968dd53/sendtelegrammessage.png?fit=max&auto=format&n=TU1OUbCB6Vk1Wu6L&q=85&s=c231e95fb2a91a3776fa8021e1f387ea" alt="" width="1404" height="909" data-path="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 settings

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