> ## Documentation Index
> Fetch the complete documentation index at: https://docs-dev-actions-triggers-reorg.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-actions-triggers-reorg/SGebhoBLYQs6ck85/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?fit=max&auto=format&n=SGebhoBLYQs6ck85&q=85&s=1b7816640c661afdc1cea59f5dc9ad7f" 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-actions-triggers-reorg/SGebhoBLYQs6ck85/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=280&fit=max&auto=format&n=SGebhoBLYQs6ck85&q=85&s=918a5cb60c92df7a1dc5329f50ba5f57 280w, https://mintcdn.com/docs-dev-actions-triggers-reorg/SGebhoBLYQs6ck85/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=560&fit=max&auto=format&n=SGebhoBLYQs6ck85&q=85&s=a0ebeb044897673bd5d2a362023b8816 560w, https://mintcdn.com/docs-dev-actions-triggers-reorg/SGebhoBLYQs6ck85/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=840&fit=max&auto=format&n=SGebhoBLYQs6ck85&q=85&s=185121391155587974c47bf769d20c7e 840w, https://mintcdn.com/docs-dev-actions-triggers-reorg/SGebhoBLYQs6ck85/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=1100&fit=max&auto=format&n=SGebhoBLYQs6ck85&q=85&s=d1aa33cccbfab15d8000e984ae734f07 1100w, https://mintcdn.com/docs-dev-actions-triggers-reorg/SGebhoBLYQs6ck85/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=1650&fit=max&auto=format&n=SGebhoBLYQs6ck85&q=85&s=a8a26e5f4a207858226d60c65133a145 1650w, https://mintcdn.com/docs-dev-actions-triggers-reorg/SGebhoBLYQs6ck85/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=2500&fit=max&auto=format&n=SGebhoBLYQs6ck85&q=85&s=e9c27cebfc471c0eed802a0f290533e4 2500w" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/docs-dev-actions-triggers-reorg/6ZPbfrIaqbRbncHo/docs/images/ja-jp/cdy7uua7fh8z/kgSIPsWN5djsT1yQqg5Z8/fea0821d0e919c5101d01b84b968dd53/sendtelegrammessage.png?fit=max&auto=format&n=6ZPbfrIaqbRbncHo&q=85&s=21d0e57a7353acd8862759225db41946" 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)で確認できます。
