BlogBlitz is a powerful n8n
workflow that automates the creation and publishing of SEO-optimized blog posts to WordPress, saving you hours of manual content creation. Triggered on a schedule or via Telegram, it generates high-quality, 1,500–2,500-word articles complete with titles, slugs, meta descriptions, images, and more.
Manually creating engaging, SEO-friendly content is time-consuming and requires writing expertise. BlogBlitz solves this by:
Feature | Description |
---|---|
Triggers | - Runs every 3 hours via Schedule Trigger<br>- Or on-demand via Telegram command: /generate |
Generates Content | Uses OpenRouter to: <br>- Select a category (Technology, AI, etc.)<br>- Create a title, slug, focus keyphrase, and meta description |
Writes Articles | OpenAI generates 1,500–2,500-word articles:<br>- SEO-optimized<br>- Structured with headings<br>- Includes CTA |
Adds Visuals | Generates realistic featured images with OpenAI and uploads them to WordPress |
SEO Features | Generates:<br>- Optimized slug<br>- Focus keyphrase<br>- Meta description |
Publishes | Posts directly to WordPress:<br>- With correct category<br>- Featured image<br>- Author ID |
Notifies | Sends publish alerts via Discord webhook and Telegram message |
wp-json/wp/v2
)Set up post categories:
[ID:3]
[ID:4]
[ID:7]
[ID:8]
[ID:9]
Use admin user ID for publishing (default: 1
)
/generate
Feature | How to Customize |
---|---|
Categories | Update category IDs in the WordPress Post Draft node |
Schedule | Modify the interval in the Schedule Trigger |
Tone & Style | Adjust prompts in the LLM Chain node |
Notifications | Add Slack, Email, or other channels |
Image Style | Change OpenAI prompt for “vivid”, “natural”, etc. |
@n8n/n8n-nodes-langchain
Telegram Trigger
Schedule Trigger
OpenRouter
OpenAI
WordPress
Discord
HTTP Request
/generate
to your Telegram bot.