Block 1 - Get Unpublished Row
- Type / Role
- n8n-nodes-base.googleSheets - googleSheets
- Config choices
- Version 4.6
This workflow is provided as-is. Please review and test before using in production.
This powerful n8n workflow automatically generates and publishes Google Business Profile (GMB) posts using topics listed in a Google Sheet. It uses OpenAI to write SEO optimized post descriptions a...
n8n-nodes-base.googlesheets, n8n-nodes-base.googlebusinessprofile, n8n-nodes-base.scheduletrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.lmchatopenai
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Muhammad Qaisar Mehmood.
Original n8n.io sourceThis powerful n8n workflow automatically generates and publishes Google Business Profile (GMB) posts using topics listed in a Google Sheet.
It uses OpenAI to write SEO-optimized post descriptions and generate AI images based on the topic — then posts them directly to your GMB profile and marks them as published in the sheet.
Perfect for:
| 🧩 Node | 🔧 Purpose |
|---|---|
| 🕘 Schedule Trigger | Runs daily at 9AM (configurable) |
| 📄 Get Unpublished Row | Reads a row from Google Sheet where Status is not marked "Published" |
| ✍️ Generate Post Text | Uses OpenAI (GPT-4) to write a compelling, local-business optimized post |
| 🖼 Generate Post Image | Uses DALL·E or similar to create an image matching the topic |
| 📬 Post to GMB | Publishes the generated content to your Google Business Profile |
| ✅ Update Sheet | Marks the status as "Published" in the Google Sheet |
| Column Name | Description |
|---|---|
| Topic | The subject or idea for the GMB post |
| Status | Should be blank or "Unpublished" to trigger the flow |
| Date | (Optional) Posting schedule or note |
| Notes | (Optional) Internal info — not used in the automation |
Modify the prompt in the OpenAI node to match your brand’s voice:
Write a short, engaging Google Business Post about: "{{ $json.topic }}".
Make it suitable for a local audience and include a subtle call to action.
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.
| Workflow | Automate Google Business Profile posts with GPT-4 & Google Sheets |
|---|---|
| Complexity | intermediate |
| Nodes | 6 |
| Categories | Social Media, Multimodal AI |
| Author | Muhammad Qaisar Mehmood |
| Published | 19 Jul 2025 |
Use the JSON export at /data/workflows/6165/6165.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.
This powerful n8n workflow automatically generates and publishes Google Business Profile (GMB) posts using topics listed in a Google Sheet. It uses OpenAI to write SEO optimized post descriptions a...
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, Multimodal AI use case.