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

# Telegram

> Telegramフローアクションを構成してメッセージを送信する方法を説明します。

## Vault接続を構成する

Telegramアクション用にVault接続を構成するには、 **Token（トークン）** が必要です。

<Frame>
  <img src="https://mintcdn.com/docs-dev-feat-universal-portals/JRaLtxZ7axTtI-jF/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?fit=max&auto=format&n=JRaLtxZ7axTtI-jF&q=85&s=eaac39011493313f5540c7ab5d21eff2" alt="Dashboard > Actions > Forms > Flows > actions > Telegram" data-og-width="1404" width="1404" data-og-height="545" height="545" data-path="docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png" data-optimize="true" data-opv="3" srcset="https://mintcdn.com/docs-dev-feat-universal-portals/JRaLtxZ7axTtI-jF/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=280&fit=max&auto=format&n=JRaLtxZ7axTtI-jF&q=85&s=fb91664eb782c5a63efce33fd1314932 280w, https://mintcdn.com/docs-dev-feat-universal-portals/JRaLtxZ7axTtI-jF/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=560&fit=max&auto=format&n=JRaLtxZ7axTtI-jF&q=85&s=fd0a4051c0af0498e63a859b64335ae3 560w, https://mintcdn.com/docs-dev-feat-universal-portals/JRaLtxZ7axTtI-jF/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=840&fit=max&auto=format&n=JRaLtxZ7axTtI-jF&q=85&s=4ffffc7f7fea5c0730cd84e4a1210d89 840w, https://mintcdn.com/docs-dev-feat-universal-portals/JRaLtxZ7axTtI-jF/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=1100&fit=max&auto=format&n=JRaLtxZ7axTtI-jF&q=85&s=603a46ae7fbdb140cec48a69858a97af 1100w, https://mintcdn.com/docs-dev-feat-universal-portals/JRaLtxZ7axTtI-jF/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=1650&fit=max&auto=format&n=JRaLtxZ7axTtI-jF&q=85&s=10fe1867b3b06813e308dbc94a726aa4 1650w, https://mintcdn.com/docs-dev-feat-universal-portals/JRaLtxZ7axTtI-jF/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=2500&fit=max&auto=format&n=JRaLtxZ7axTtI-jF&q=85&s=5e948603c32d0d87d76e10ac352955b9 2500w" />
</Frame>

トークンの生成方法については、[TelegramのBot API](https://core.telegram.org/#bot-api)を参照してください。

## Telegramメッセージを送信する

Telegramチャットにメッセージを送信する

<Frame>
  <img src="https://mintcdn.com/docs-dev-feat-universal-portals/bM0x0JiWN92_pFtC/docs/images/ja-jp/cdy7uua7fh8z/kgSIPsWN5djsT1yQqg5Z8/fea0821d0e919c5101d01b84b968dd53/sendtelegrammessage.png?fit=max&auto=format&n=bM0x0JiWN92_pFtC&q=85&s=f20be6de07447ca8b3edaa0462cb46d2" alt="" width="1404" height="909" data-path="docs/images/ja-jp/cdy7uua7fh8z/kgSIPsWN5djsT1yQqg5Z8/fea0821d0e919c5101d01b84b968dd53/sendtelegrammessage.png" />
</Frame>

### 入力設定

| パラメーター       | 説明                                                                               |
| ------------ | -------------------------------------------------------------------------------- |
| クライアントID（必須） | TelegramのチャットIDです。[TelegramのBot Father](https://core.telegram.org/bots)から取得されます。 |
| メッセージ（必須）    | Telegramメッセージの本文の内容です。                                                           |

### 出力設定

予期される応答とステータスコードは、[Telegramのドキュメント](https://core.telegram.org/method/messages.sendMessage)で確認できます。
