Block 1 - When Telegram Callback Triggered
- Type / Role
- n8n-nodes-base.telegramTrigger - telegramTrigger
- Config choices
- Version 1.1
Generate and approve Twitter content from Google News using AI and Telegram This n8n template automates the creation and approval of Twitter (X) content using real time news data, AI generated text...
n8n-nodes-base.telegramtrigger, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.telegram, n8n-nodes-base.scheduletrigger, @n8n/n8n-nodes-langchain.agent, n8n-nodes-base.httprequest, n8n-nodes-base.limit
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Shreya Bhingarkar.
Original n8n.io sourceThis n8n template automates the creation and approval of Twitter (X) content using real-time news data, AI-generated text, and a human approval workflow.
It is designed to streamline content production while maintaining quality control through manual review.
A scheduled trigger initiates the workflow at a defined time.
The workflow retrieves trending news from Google News RSS and extracts relevant details such as title, description, and publication date.
Previously used articles are fetched from Google Sheets and filtered out to ensure fresh content selection.
The selected article is passed to an AI model (Groq), which generates five tweet variations across different styles including informational, opinion-based, and engagement-focused formats.
The AI response is cleaned and converted into structured JSON. Each tweet is enriched with metadata such as scheduled time, status, and a unique identifier.
Tweets are sent to Telegram with inline approval buttons.
User actions are captured through Telegram callbacks, and the workflow updates the corresponding status (Approved or Rejected) in Google Sheets.
Finally, the processed article is logged to prevent reuse.
The workflow runs on a schedule by default, but this can be replaced with a manual trigger or webhook depending on your requirements.
Each execution generates multiple tweets and sends them for review. You can approve or reject each tweet directly within Telegram.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Generate and approve Twitter news tweets with Groq, Google Sheets and Telegram |
|---|---|
| Complexity | advanced |
| Nodes | 24 |
| Categories | Social Media, Multimodal AI |
| Author | Shreya Bhingarkar |
| Published | 07 Apr 2026 |
Use the JSON export at /data/workflows/14842/14842.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Generate and approve Twitter content from Google News using AI and Telegram This n8n template automates the creation and approval of Twitter (X) content using real time news data, AI generated text...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Social Media, Multimodal AI use case.