> ## 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.

# Telegram

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

## Vault接続を構成する

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

<Frame>
  <img src="https://mintcdn.com/docs-dev-docs-event-stream-action-templates/5l8GTXHD40NsjgmL/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?fit=max&auto=format&n=5l8GTXHD40NsjgmL&q=85&s=7ebce02c81276c46043193b77cc782e8" 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-docs-event-stream-action-templates/5l8GTXHD40NsjgmL/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=280&fit=max&auto=format&n=5l8GTXHD40NsjgmL&q=85&s=958b7ec5ea12ed9c5e574990ad855b44 280w, https://mintcdn.com/docs-dev-docs-event-stream-action-templates/5l8GTXHD40NsjgmL/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=560&fit=max&auto=format&n=5l8GTXHD40NsjgmL&q=85&s=4e4dd2213a5434800c9ca56ed0271ca6 560w, https://mintcdn.com/docs-dev-docs-event-stream-action-templates/5l8GTXHD40NsjgmL/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=840&fit=max&auto=format&n=5l8GTXHD40NsjgmL&q=85&s=5e2a791cdac3cae511ba4fb9d88ba3eb 840w, https://mintcdn.com/docs-dev-docs-event-stream-action-templates/5l8GTXHD40NsjgmL/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=1100&fit=max&auto=format&n=5l8GTXHD40NsjgmL&q=85&s=3e6cd84b49d709f774dcf6536c51c3d5 1100w, https://mintcdn.com/docs-dev-docs-event-stream-action-templates/5l8GTXHD40NsjgmL/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=1650&fit=max&auto=format&n=5l8GTXHD40NsjgmL&q=85&s=051940c563ec7b12e05f9e1eca63f1c3 1650w, https://mintcdn.com/docs-dev-docs-event-stream-action-templates/5l8GTXHD40NsjgmL/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=2500&fit=max&auto=format&n=5l8GTXHD40NsjgmL&q=85&s=485577b013382c7a6fd30e7ffc283f25 2500w" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/docs-dev-docs-event-stream-action-templates/9Vac8_IYDB9MGlmx/docs/images/ja-jp/cdy7uua7fh8z/kgSIPsWN5djsT1yQqg5Z8/fea0821d0e919c5101d01b84b968dd53/sendtelegrammessage.png?fit=max&auto=format&n=9Vac8_IYDB9MGlmx&q=85&s=33ca1c4721e337d19b75a6fd58695750" 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)で確認できます。
