Skip to main content

AI-generated LinkedIn posts with human approval using GPT-4, GoToHuman & Blotato

Workflow preview

Workflow preview
100%
AI-generated LinkedIn posts with human approval using GPT-4, GoToHuman & Blotato preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This workflow is designed for creators, marketers, and agencies who want to automate content publishing while keeping quality control through human review. It integrates four powerful tools — Googl...

Best for

  • Social Media automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.toolthink, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.scheduletrigger, n8n-nodes-base.manualtrigger, n8n-nodes-base.googlesheets, n8n-nodes-base.code

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Robert Breen.

Original n8n.io source

1.1 Workflow description

Title
AI-generated LinkedIn posts with human approval using GPT-4, GoToHuman & Blotato
Workflow name
AI-generated LinkedIn posts with human approval using GPT-4, GoToHuman & Blotato

This workflow is designed for creators, marketers, and agencies who want to automate content publishing while keeping quality control through human review. It integrates four powerful tools — Google Sheets, OpenAI, GoToHuman, and Blotato — to deliver a seamless AI-assisted, human-approved, auto-publishing system for LinkedIn.


⚙️ What This Workflow Does

  1. 📅 Pulls Today’s Topic from Google Sheets

    • You store ideas in a spreadsheet with a date column.
    • The workflow runs daily (or manually) and selects the row matching today’s date.
  2. 🧠 Generates a Caption with OpenAI

    • The selected idea is passed to GPT-4 via an AI Agent node.
    • OpenAI returns a short, emoji-rich LinkedIn caption (1–2 sentences).
    • The result is saved back to the sheet.
  3. 👤 Sends the Caption for Human Review via GoToHuman

    • A human reviewer sees the AI-generated caption.
    • They approve or reject it using a GoToHuman review template.
    • Only approved captions move forward.
  4. 🚀 Publishes the Approved Caption to LinkedIn via Blotato

    • The caption is posted to a LinkedIn account via Blotato's API.
    • No additional input is required — it's fully automated after approval.

🔧 Setup Requirements

✅ Google Sheets

  • Create or copy the provided sample sheet.
  • Connect your Google Sheets account in n8n using OAuth2.

✅ OpenAI

✅ GoToHuman

  • Create an account and a Review Template at gotohuman.com.
  • Add your API credential in n8n and use your reviewTemplateId in the node.

✅ Blotato

  • Create an account at blotato.com.
  • Get your API key and Account ID.
  • Insert them into the HTTP Request node that publishes the LinkedIn post.

🧪 Testing the Workflow

  • Use the Manual Trigger node for step-by-step debugging.
  • Review nodes like AI Agent, Ask Human for Approval, and Post to LinkedIn to verify output.
  • Once confirmed, activate the schedule for fully hands-free publishing.

👋 Built By

Robert Breen
Founder of Ynteractive — Automation, AI, and Data Strategy

🌐 Website: https://ynteractive.com
📧 Email: [email protected]
🔗 LinkedIn: https://www.linkedin.com/in/robert-breen-29429625/
📺 YouTube: YnteractiveTraining


🏷 Tags

linkedin openai gotohuman social automation ai content approval workflow google sheets blotato marketing automation

1.2 Logical Blocks

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.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Tool: Inject Creativity

Type / Role
@n8n/n8n-nodes-langchain.toolThink - toolThink
Config choices
Version 1

Block 3 - Parser: Extract JSON from Idea

Type / Role
@n8n/n8n-nodes-langchain.outputParserStructured - outputParserStructured
Config choices
Version 1.2

Block 4 - openai

Type / Role
@n8n/n8n-nodes-langchain.lmChatOpenAi - lmChatOpenAi
Config choices
Version 1.2

Block 5 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 8 - Daily Trigger

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 9 - Test

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 10 - Get Today's Idea

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.6

Block 11 - Output Today's Date

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 12 - Keep only todays idea

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 13 - AI Agent: Create caption for linkedin

Type / Role
@n8n/n8n-nodes-langchain.agent - agent
Config choices
Version 1.9

Block 14 - Mark complete in google sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 15 - Save caption to google sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.5

Block 16 - Ask Human for approval

Type / Role
@gotohuman/n8n-nodes-gotohuman.gotoHuman - gotoHuman
Config choices
Version 1

Block 17 - Keep only if approved

Type / Role
n8n-nodes-base.filter - filter
Config choices
Version 2.2

Block 18 - Post to Linkedin

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 19 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow AI-generated LinkedIn posts with human approval using GPT-4, GoToHuman & Blotato
Complexity advanced
Nodes 19
Categories Social Media, Multimodal AI
Author Robert Breen
Published 02 Aug 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/6827/6827.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

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.

Frequently asked questions

What does AI-generated LinkedIn posts with human approval using GPT-4, GoToHuman & Blotato do?

This workflow is designed for creators, marketers, and agencies who want to automate content publishing while keeping quality control through human review. It integrates four powerful tools — Googl...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

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.