Skip to content
FlowHubFluxonLab
HTTP Request
Telegramfree

N8N Español - Bot Multi Idioma NoCode

by The { AI } rtistadapted from n8n official workflow galleryUpdated Aug 2026
RequiresHTTP RequestHTTP RequestTelegramTelegram
Share Post Share
HRHTTP RequestTelegramTelegram1ECExecute CommandTelegram TriggerIfSaludos-IFS-Telegram2123456
1/5
STEPS · 6
Starts on a Telegram event

Tutorial: https://comunidad-n8n.com/bot-multi-idioma-no-code/ Comunidad de telegram: https://t.me/comunidadn8n BOT: https://t.me/NocodeTranslateBot

Tags

n8nreference-onlytelegram
Connects
WHTTP RequesttelegramTelegram
CategoryTelegram
Triggermanual
Complexitymedium
Nodes7
AddedJan 6, 2021

Related workflows

See all Telegram
Wtelegram
free

Search and download torrents using transmission-daemon

Ok google download "movie name" I develop this automation to improve my quality of life in handling torrents in my media-center. Goal Automate the search operations of a movie based on its name and trigger a download using your transmission-daemon. Setup Prerequisite Transmission daemon up and running and its authentication method N8N configured self-hosted or with the possibility to add npm package better with docker-compose.yaml Telegram bot credential [optional] Configuration Create a folder where your docker-compose.yaml belongs n8n_dir and proceed in installing the node package. cd ~/n8n_dir npm i torrent-search-api Configuring your docker-compose.yaml file this way. You must include all the dependencies of torrent-search-api. This will let you run the new torrent search node presented in this workflow. version: '3.3' services: n8n: container_name: n8n ports: '5678:5678' restart: always volumes: '~/n8n_dir/.n8n:/home/node/.n8n' '~/n8n_dir/node_modules/@tootallnate:/usr/local/lib/node_modules/@tootallnate' '~/n8n_dir/node_modules/accepts:/usr/local/lib/node_modules/accepts' '~/n8n_dir/node_modules/agent-base:/usr/local/lib/node_modules/agent-base' '~/n8n_dir/node_modules/ajv:/u

by Danger
Wtelegram
free

Send daily affirmations to Telegram

A workflow which allows you to receive daily affirmations via Telegram by querying a REST API triggered by a Cron node. I used the affirmations.dev API

by malgamves
Wtelegram
free

Periodically send data from HTTP Request node to Telegram

Explore this workflow on its official n8n template page.

by Harshil Agrawal