Block 1 - Google Gemini Chat Model
- Type / Role
- @n8n/n8n-nodes-langchain.lmChatGoogleGemini - lmChatGoogleGemini
- Config choices
- Version 1
How it works This workflow fetches the latest blog post from a WordPress API and checks against a Google Sheets tracker to prevent duplicate processing. If a new post is found, the workflow updates...
@n8n/n8n-nodes-langchain.lmchatgooglegemini, n8n-nodes-base.splitinbatches, n8n-nodes-base.linkedin, n8n-nodes-base.if, n8n-nodes-base.code, n8n-nodes-base.googlesheets, n8n-nodes-base.gmail, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Avkash Kakdiya.
Original n8n.io sourceThis workflow fetches the latest blog post from a WordPress API and checks against a Google Sheets tracker to prevent duplicate processing. If a new post is found, the workflow updates the tracker and cleans the blog data. The cleaned content is then sent to a Gemini-powered AI agent to generate a newsletter and LinkedIn teaser. Finally, the workflow distributes the content via LinkedIn and Gmail to subscribers.
Detect new blog content
Schedule Trigger – Runs the workflow automatically at intervals.
HTTP Request – Fetches the latest blog post from WordPress.
Last ID – Retrieves the last processed blog ID from Google Sheets.
If – Compares IDs to check if the blog is new.
Update Last ID – Updates the sheet with the latest blog ID.
Clean and generate AI content
data cleanse – Cleans HTML, extracts title, content, and image.
AI Agent2 – Generates newsletter and teaser content.
Google Gemini Chat Model – Provides AI model for content generation.
Distribute content across channels
Format Response – Parses and structures AI output.
Create a post – Publishes content on LinkedIn.
Email List – Fetches subscriber emails from Google Sheets.
Loop Over Items – Iterates through each recipient.
Send Email – Sends HTML newsletter via Gmail.
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 | Publish AI-written newsletters and LinkedIn posts from WordPress with Gemini, Google Sheets and Gmail |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | Social Media, Multimodal AI |
| Author | Avkash Kakdiya |
| Published | 31 Mar 2026 |
Use the JSON export at /data/workflows/14525/14525.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.
How it works This workflow fetches the latest blog post from a WordPress API and checks against a Google Sheets tracker to prevent duplicate processing. If a new post is found, the workflow updates...
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.