Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
This n8n workflow automates the process of finding, summarizing, and posting breaking news headlines on X (formerly Twitter). It combines Google Custom Search for finding the latest news articles w...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.twitter, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.set
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Afnan.
Original n8n.io sourceThis n8n workflow automates the process of finding, summarizing, and posting breaking news headlines on X (formerly Twitter). It combines Google Custom Search for finding the latest news articles with Groq's LLaMA 3 model to generate short, engaging headlines — complete with hashtags — and posts them on your X account.
🔧 Features
Custom topic support (e.g., "AI", "health", "technology")
Automated scheduling every few hours
Google Custom Search to find the most recent news articles
Groq LLaMA3-based headline generation with hashtags
Auto-post to X (Twitter)
Built-in credential separation for API keys and access tokens
📦 Included Nodes
Schedule Trigger
Set (Set Topic, Google API Key, Custom Search CX, etc.)
HTTP Request (Google Search API)
Code Node (Format prompt and extract article data)
HTTP Request (Groq API for headline generation)
Twitter Node (Post to X)
⚙️ How It Works (Step-by-Step)
Trigger
Set Topic
Build Search Query
Google API Config
Search for News
Generate Prompt for AI
Groq AI Request
Post to Twitter (X)
✅ Requirements
Google API Key
Google Custom Search Engine (CX)
Groq API Key
Twitter Developer App with OAuth2 credentials
💡 Customization Tips
Change the topic in the Set Topic node to anything you like.
Adjust the posting frequency in the Schedule Trigger node.
Modify prompt behavior in the Function node to fit a specific tone or brand voice.
Add logging, filtering, or multiple post variations as needed.
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 | Automated breaking news headlines with LLaMA3, Google Search and X posting |
|---|---|
| Complexity | intermediate |
| Nodes | 8 |
| Categories | Social Media, Multimodal AI |
| Author | Afnan |
| Published | 16 Jun 2025 |
Use the JSON export at /data/workflows/4971/4971.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.
This n8n workflow automates the process of finding, summarizing, and posting breaking news headlines on X (formerly Twitter). It combines Google Custom Search for finding the latest news articles w...
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.