> ## Documentation Index
> Fetch the complete documentation index at: https://docs-staging-chore-teams-api-autoupdate.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-staging-chore-teams-api-autoupdate/VdwDdCo-5NasDlX9/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?fit=max&auto=format&n=VdwDdCo-5NasDlX9&q=85&s=3f4593db7f1a1b0f60cbd774dd6aa4bf" 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-staging-chore-teams-api-autoupdate/VdwDdCo-5NasDlX9/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=280&fit=max&auto=format&n=VdwDdCo-5NasDlX9&q=85&s=5874b5e1ea4d869e3b7af1ca3c911a61 280w, https://mintcdn.com/docs-staging-chore-teams-api-autoupdate/VdwDdCo-5NasDlX9/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=560&fit=max&auto=format&n=VdwDdCo-5NasDlX9&q=85&s=3cd116c892112f213d43aee1e9c2e3d1 560w, https://mintcdn.com/docs-staging-chore-teams-api-autoupdate/VdwDdCo-5NasDlX9/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=840&fit=max&auto=format&n=VdwDdCo-5NasDlX9&q=85&s=f3b0e5de610970897b3636a0e9ad3871 840w, https://mintcdn.com/docs-staging-chore-teams-api-autoupdate/VdwDdCo-5NasDlX9/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=1100&fit=max&auto=format&n=VdwDdCo-5NasDlX9&q=85&s=a012b63a62ff6613bc82cbd3bdf63c77 1100w, https://mintcdn.com/docs-staging-chore-teams-api-autoupdate/VdwDdCo-5NasDlX9/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=1650&fit=max&auto=format&n=VdwDdCo-5NasDlX9&q=85&s=a38e1682ad69200bfdb24aa20c6e2c26 1650w, https://mintcdn.com/docs-staging-chore-teams-api-autoupdate/VdwDdCo-5NasDlX9/docs/images/ja-jp/cdy7uua7fh8z/21Q1BjBAgDHxVR0YgAqedA/fcd1c5dfbd5c6f6fe8d9ea4c951efcb3/whatsapp-vault-connection.png?w=2500&fit=max&auto=format&n=VdwDdCo-5NasDlX9&q=85&s=e9a9ed1299296b275466c294dae699a7 2500w" />
</Frame>

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

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

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

<Frame>
  <img src="https://mintcdn.com/docs-staging-chore-teams-api-autoupdate/pJ5aAz--jn4UPJvd/docs/images/ja-jp/cdy7uua7fh8z/kgSIPsWN5djsT1yQqg5Z8/fea0821d0e919c5101d01b84b968dd53/sendtelegrammessage.png?fit=max&auto=format&n=pJ5aAz--jn4UPJvd&q=85&s=056bdfb1eb7ef5eaa25a049ed72f0e3e" 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)で確認できます。
