Block 1 - Postiz (Create Post)
- Type / Role
- n8n-nodes-postiz.postiz - postiz
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Auto Summarize Blog Posts to Social Media with Gemma and Postiz This workflow automates fetching the latest post from a Blogspot RSS feed, summarizes it with an LLM (e.g., Gemma via Ollama), extrac...
n8n-nodes-postiz.postiz, n8n-nodes-base.stickynote, n8n-nodes-base.splitout, n8n-nodes-base.rssfeedread, n8n-nodes-base.set, n8n-nodes-base.code, @n8n/n8n-nodes-langchain.chainllm, @n8n/n8n-nodes-langchain.lmollama
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Kyriakos Papadopoulos.
Original n8n.io sourceThis workflow automates fetching the latest post from a Blogspot RSS feed, summarizes it with an LLM (e.g., Gemma via Ollama), extracts and uploads an image, generates three relevant hashtags, and posts to Facebook, LinkedIn, X (Twitter), and Instagram via the Postiz API.
It ensures content fits platform limits (e.g., 280 characters for X) and prevents duplicates using hashing.
Pros:
Cons:
Target Audience: Bloggers, content marketers, or social media managers looking to automate cross-platform posting from RSS sources, especially those focused on niches like health, tech, or personal development. Ideal for users with technical setup skills for self-hosting.
Customization Options:
Disclaimer: This template is designed for self-hosted n8n instances to leverage local Ollama for privacy. For cloud use, modify as follows: 1) Use an n8n cloud account, 2) Replace Ollama with a cloud API-based LLM like ChatGPT in the "Configure Local LLM Model (Ollama)" node, 3) Switch to cloud-hosted Postiz in the HTTP Request node.
Tested on n8n v1.107.3 (self-hosted).
Works with the community node n8n-nodes-langchain.
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.
Showing the first 24 of 35 workflow blocks. Download the JSON for the full node graph.
| Workflow | Auto-summarize blog posts to social media with Gemma and Postiz |
|---|---|
| Complexity | advanced |
| Nodes | 35 |
| Categories | Social Media, AI Summarization |
| Author | Kyriakos Papadopoulos |
| Published | 06 Oct 2025 |
Use the JSON export at /data/workflows/9316/9316.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.
Auto Summarize Blog Posts to Social Media with Gemma and Postiz This workflow automates fetching the latest post from a Blogspot RSS feed, summarizes it with an LLM (e.g., Gemma via Ollama), extrac...
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, AI Summarization use case.