mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| README.md | ||
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
- Create a Telegram account.
- Access Telegram core page.
Using App Access Token
- Click on API Development tools.
- Fill in application details.
- Use 'App api_hash' value for your access token in the Telegram node credentials in n8n.
Using Bot Access Token
- Start a chat with the Botfather.
- Enter
/newbotand reply with your new bot's display name and username. - Copy the bot token and use it in the Telegram node credentials in n8n.