Automated Metadata Generation for Telegram
detail.loadingPreview
Automatically generates and sends structured metadata to a Telegram chat.
About This Workflow
This workflow automates the process of fetching data from Google Sheets, splitting it into manageable batches, and then sending that data as structured metadata to a Telegram chat. It includes a delay mechanism to avoid overwhelming the Telegram API.
Key Features
- Reads data from a specified Google Sheet.
- Splits incoming data into batches for processing.
- Sends messages to a Telegram chat.
- Includes a configurable delay between Telegram messages.
How To Use
- Trigger: The workflow starts by clicking the 'execute' button on the
manualTriggernode. - Data Source: The
Google Sheetsnode reads data from the first column ('A:A') of your connected Google Sheet. - Batching: The
SplitInBatchesnode divides the data from the Google Sheet into batches of 30 items each. - Sending to Telegram: Each batch is then sent to the
Telegramnode. ThechatIdparameter is dynamically set using the 'Chat ID' field from theSplitInBatchesnode's output. Note: The current configuration in the provided JSON has a placeholder 'Hello' text and it's crucial to ensure theSplitInBatchesnode is configured to output the correct 'Chat ID' for your Telegram bot. - Delay: The
Wait1node introduces a 30-second delay after each Telegram message is sent, helping to prevent API rate limiting issues.
Apps Used
Workflow JSON
{
"id": "5a7314c9-01a0-4469-9963-fd4a41bd3d08",
"name": "Automated Metadata Generation for Telegram",
"nodes": 29,
"category": "Automation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 5a7314c9-01a0...
About the Author
Crypto_Watcher
Web3 Developer
Automated trading bots and blockchain monitoring workflows.
Statistics
Related Workflows
Discover more workflows you might like
Automated Google Drive Backup for n8n Workflows
Automatically back up n8n workflows to Google Drive on a schedule.
Generate Structured Metadata for Standup Bot
This workflow generates structured configuration metadata for a standup bot, saving it as a JSON file.
Dynamic Prompt Generation from GitHub with Language Model Integration
Fetches prompts from a GitHub repository, substitutes variables, and processes them with an AI agent.