Skip to content
FlowHubFluxonLab
A
AI Automationfree

✍️🌄 Your First Wordpress + AI Content Creator - Quick Start

by Joseph LePageadapted from n8n official workflow galleryUpdated Aug 2026
RequiresAAI AgentCCodeGoogle DriveGoogle DriveHTTP RequestHTTP RequestOpenAI Chat ModelOpenAI Chat ModelStructured Output ParserStructured Output ParserTelegramTelegramWordpressWordpress
Share Post Share
MaWhen clicking ‘Test workflow’When clicking ‘…gpt-4o-miniOPStructured Output - JSONStructured Outp…CoSeparate Title & ContentSeparate Title …gpt-4o-mini1IfIf1gpt-4o-mini2IfIf2gpt-4o-mini3IfIf3AgRewrite for Grade 5 Reading LevelRewrite for Gra…AgRewrite for Grade 2 Reading LevelRewrite for Gra…AgRewrite for Grade 9 Reading LevelRewrite for Gra…AgCreate Structured Blog PostCreate Structur…DeepSeekGoogle DriveSeSet Blog TopicHRpollinations.aiCreate Wordpress PostCreate Wordpres…HRUpload Image to WordpressUpload Image to…HRSet Image on Wordpress PostSet Image on Wo…MaHTML to MarkdownIfTiltle & Content Exist?Tiltle & Conten…Send Error MessageSend Error Mess…Send Error Message1Send Error Mess…Send Error Message2Send Error Mess…Send Error Message3Send Error Mess…Send Success MessageSend Success Me…123456789101112131415161718
1/5
FLOWS
STEPS · 18
Run manually by an operator

✍️🌄 WordPress + AI Content Creator This workflow automates the creation and publishing of multi-reading-level content for WordPress blogs. It leverages AI to generate optimized articles, automatically creates featured images, and provides versions of the content at different reading levels (Grade 2, 5, and 9). How It Works Content Generation & Processing 🎯 Starts with a manual trigger and a user-defined blog topic Uses AI to create a structured blog post with proper HTML formatting Separates and validates the title and content components Saves a draft version to Google Drive for backup Multi-Reading Level Versions 📚 Automatically rewrites the content for different reading levels: Grade 9: Sophisticated language with appropriate metaphors Grade 5: Simplified with light humor and age-appropriate examples Grade 2: Basic language with simple metaphors and child-friendly explanations WordPress Integration 🌐 Creates a draft post in WordPress with the Grade 9 version Generates a relevant featured image using Pollinations.ai Automatically uploads and sets the featured image Sends success/error notifications via Telegram Setup Steps Configure API Credentials 🔑 Set up WordPress API conn

Tags

n8nreference-onlyagentgoogle-drivelm-chat-open-aioutput-parser-structuredtelegramwordpress
Connects
AAI AgentCCodegoogledriveGoogle DriveWHTTP RequestopenaichatmodelOpenAI Chat ModelstructuredoutputparserStructured Output Parser
CategoryAI Automation
Triggermanual
Complexityadvanced
Nodes28
AddedFeb 23, 2025

Related workflows

See all AI Automation
ABCD
free

Run AI employee onboarding with Groq, Google Workspace, and Gemini

Quick overview This workflow ingests onboarding documents from Google Drive into an in-memory vector store with Google Gemini embeddings, then runs a multi-channel onboarding chatbot powered by Groq, sends role-based welcome emails via Gmail when a new hire appears in Google Sheets, and schedules day 1/7/30 check-in emails. How it works Manually runs an ingestion flow that lists files in a specified Google Drive folder, downloads them, extracts text, and indexes them into an in-memory vector store using Google Gemini embeddings. Receives employee questions via n8n Chat (and optionally Slack or Telegram), normalizes the message into a single format, and rejects empty or overly long inputs. Uses a Groq LLM agent with per-user session memory to retrieve relevant excerpts from the in-memory company_docs knowledge base and generate a grounded answer, or directs the user to HR when no relevant content is found. Routes the assistant’s response back to the originating channel (n8n Chat, and optionally Slack or Telegram). Triggers every minute on updates to a Google Sheets “Hires” sheet, validates rows marked as Hired, and skips hires already present in the “Tracking” sheet. Builds a depart

by Yash Kabra
ACgmail
free

Send a daily AI-ranked job match digest with Anthropic and Gmail from 6+ boards

Quick Overview This workflow runs every morning to pull jobs from multiple free job boards (and optional Adzuna), filters and de-duplicates results, scores each role against your resume and preferences using Anthropic, then emails a ranked digest via Gmail. How it works Runs every morning at 08:00 using a schedule trigger. Builds a list of job board API URLs (RemoteOK, Remotive, Arbeitnow, Jobicy, Himalayas, TheMuse, and optional Adzuna) based on your search settings. Fetches job listings from each board over HTTP. Normalizes all responses into a single job format, applies your filters (title keywords, tags, locations/remote, salary, and excluded terms), and de-duplicates roles across boards. Sends your resume, preferences, and the short-listed jobs to an Anthropic-powered AI agent to return a structured fit score, fit reason, risk/concerns, and a tailored first-person pitch for each job. Keeps only roles at or above your minimum score, ranks them by score, and generates an HTML email digest with links and source board attribution. Sends the digest to your target address using Gmail. Setup Add an Anthropic API credential, select an Anthropic chat model, and keep the structured outp

by Nocode Expert
ACDgmail
free

AI: Summarize podcast episode and enhance using Wikipedia

The workflow automates the process of creating a summarized and enriched podcast digest, which is then sent via email. Note that to use this template, you need to be on n8n version 1.19.4 or later.

by n8n Team