Bulk Send Messages to Telegram Chats with Rate Limiting - n8n Workflow | Neura Market
Bulk Send Messages to Telegram Chats with Rate Limiting
Automates sending messages to 100s of Telegram chats from Google Sheets, batching 30/sec with 30s waits to comply with API limits.
This n8n workflow enables bulk messaging to Telegram chats by pulling chat IDs from a Google Sheets column (A:A). It uses SplitInBatches to process 30 chats at a time, sends a customizable 'Hello' message (editable) via Telegram node, then waits 30 seconds before the next batch, looping until all are sent. This prevents API throttling or bans as per Telegram's 30 msg/sec limit.
Benefits include massive time savings over manual sending, scalability for thousands of chats, and reliability with bu
Platform
n8n
Category
Surveys & Forms
Price
$12.99
Creator
Fred Garcia
Telegram
Google Sheets
Bulk Messaging
Rate Limiting
Communication
Notifications
Team Chat
Automation
Surveys
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.