๐ฌ Automated blog post generation with GPT-4 and publishing to Ghost CMS
โก 3,673 views ยท ๐ฌ Content Creation & Video
Description
๐ง Writes original, thought-provoking blog posts using AI
๐ Runs every 12 hours automatically
โ๏ธ Publishes directly to Ghost blog with title, tags, and SEO meta
๐ง Features
Scheduled every 12 hours
OpenAI generates a multi-part blog post with metadata
Markdown-compatible output (no HTML)
Automatically published to Ghost CMS using authenticated API (๐ no hardcoded keys)
Fully modular and general-purpose โ edit prompt for any blog theme!
โ๏ธ Nodes Overview Step Node Type Purpose 1๏ธโฃ Schedule Trigger Runs every 12 hours 2๏ธโฃ OpenAI Generates blog post + meta info 3๏ธโฃ Code Extracts content, title, meta, and tags 4๏ธโฃ Code Formats content as Ghost mobiledoc payload 5๏ธโฃ HTTP Request Publishes post to Ghost via Admin API ๐ OpenAI Prompt (Generalized)
Write a high-quality blog post on a creative or thought-provoking topic. The tone should be engaging and immersive. Length: 2โ4 paragraphs.
Then add a brief paragraph offering an alternative perspective or logical counterpoint.
Finally, generate:
- Blog post title
- Meta description
- 5 tags
๐ Notes
โ
No hardcoded API keys
๐ ๏ธ Ghost Admin API credentials must be set using the Credential Manager
๐ Prompt and Ghost URL are both easily customizable
๐ Nodes Used
HTTP Request, Schedule Trigger, OpenAI
๐ฅ Import
Download workflow.json and import into n8n:
Workflow menu โ Import from File