n8n-docs/docs/nodes/credentials/Telegram
Iván Ovejero 070bae161d
Telegram docs (#27)
* Add Telegram docs

* Fix link and ordering per feedback

* Expand bot adding instructions

* Remove hyphens from up-to-date

* Make step 1 more consistent

* Remove default options

* Specify that channel must be public

* Fix instructions on obtaining Chat ID

* Fix preposition

* Move bot addition instructions to FAQs

* Move Chat ID instructions to FAQs

* Remove info section reference

* Remove reference to new bot
2020-07-09 17:24:37 +02:00
..
README.md Telegram docs (#27) 2020-07-09 17:24:37 +02:00

Telegram

You can find information about the operations supported by the Telegram node on the integrations page. You can also browse the source code of the node on GitHub.

Prerequisites

  1. Create a Telegram account.
  2. Access Telegram core page.

Using App Access Token

  1. Click on API Development tools.
  2. Fill in application details.
  3. Use 'App api_hash' value for your access token in the Telegram node credentials in n8n.

Using Bot Access Token

  1. Start a chat with the Botfather.
  2. Enter /newbot and reply with your new bot's display name and username.
  3. Copy the bot token and use it in the Telegram node credentials in n8n.