ES | EN
Marketing

Send bulk messages to chats in Telegram

Google SheetsTelegram
Nodes 2
Complexity Basic
Category Marketing
n8n popularity 8,877 views in n8n library

The Telegram API has a limitation to send only 30 messages per second. Use this workflow to send messages to more than 30 chats in Telegram.

Apps and nodes included

Step-by-Step Implementation Guide

Enviar mensajes masivos a chats en Telegram

Este workflow te permite enviar mensajes a múltiples chats de Telegram, superando las limitaciones de la API (30 mensajes/segundo). Útil para campañas de marketing o notificaciones.

Nodos Utilizados

  • Google Sheets: Almacena la lista de IDs de los chats de Telegram y el mensaje a enviar.
  • Telegram: Envía el mensaje a cada chat.

Pasos de Configuración

  1. Configura el nodo Google Sheets: Conéctate a tu cuenta y crea una hoja de cálculo con dos columnas: 'chat_id' (ID del chat) y 'message' (el mensaje a enviar).
  2. Configura el nodo Telegram:
    • Conéctate a Telegram.
    • En el nodo Telegram, usa la variable 'chat_id' del nodo Google Sheets para el ID del chat.
    • Usa la variable 'message' del nodo Google Sheets para el mensaje.
  3. Ajusta el flujo: Considera añadir un nodo 'Delay' entre cada envío de mensaje para respetar las limitaciones de la API de Telegram.
⚡ Open and edit in Scriflow ← Browse all n8n templates

Scriflow builds and adapts n8n workflows with AI. Open this template in the editor to get the import-ready JSON.