Community Blog Automation
detail.loadingPreview
Automate blog post creation and updates using Google Sheets and WordPress.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of creating and updating blog posts on WordPress. It reads data from a Google Sheet, processes it using a configurable prompt, and then either publishes new posts or updates existing ones based on the Action and Status fields in the sheet.
Key Features
- Reads blog post data from a Google Sheet.
- Configurable prompts and model selection via Google Sheets.
- Supports publishing new posts and updating existing ones.
- Uses environment variables for webhook URLs.
- Integrates with WordPress for post management.
How To Use
- Import Workflow: Import the JSON into your n8n instance.
- Configure Settings Node:
- Set
urlSpreadsheetto your Google Sheet URL. - Update
urlWordpress,wordpressUsername, andwordpressApplicationPasswordwith your WordPress credentials. - Define
sheetSchedule,sheetConfig, andsheetLogas the names of your respective Google Sheets. - Set
actionPublishandactionUpdateto trigger publishing or updating.
- Set
- Set up Google Sheets: Ensure you have three sheets named as specified in the
Settingsnode:Schedule,Config, andLog.- The
Configsheet should contain key-value pairs for prompts, models, and output formats (e.g.,prompt_generate_title,prompt_generate_title_model). - The
Schedulesheet should contain rows with data for each blog post, including anActionandStatuscolumn.
- The
- Configure Credentials: Set up your Google Sheets OAuth2 API credentials and an OpenAI (or compatible) API credential for LLM operations.
Apps Used
Workflow JSON
{
"id": "048f6422-3fb8-4729-b4e1-b07d822ab343",
"name": "Community Blog Automation",
"nodes": 0,
"category": "Community Contributed",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 048f6422-3fb8...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
G2 Reviews Monitor (Unverified)
Monitors G2 reviews for new submissions and notifies via Slack, while also recording them in Google Sheets.
Community Bank Statement Analysis
Analyzes bank statements against tenant and property data to flag payment discrepancies.
Community Credentials Transfer
Transfer credentials between n8n instances.
Zendesk Unassigned Tickets to Slack Notification
Fetches unassigned Zendesk tickets and sends a summarized list to a Slack channel.
Create User Profile in Vero
Automates the creation of user profiles within the Vero platform.
Community Contributed News Extraction (Unverified)
Extracts news posts from a website without an RSS feed, filters them by date, summarizes their content, and extracts relevant keywords.