Skip to main content

Automate LinkedIn posts with Claude AI, DALL-E images & Google Sheets approval

Workflow preview

Workflow preview
100%
Automate LinkedIn posts with Claude AI, DALL-E images & Google Sheets approval preview
Open on n8n.io

Important notice

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

1. Workflow Overview

How it works This workflow automates your entire LinkedIn content strategy, from ideation to publishing. Daily Idea Generation: Every day, the workflow uses an advanced AI agent (Anthropic's Claude...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

@n8n/n8n-nodes-langchain.agent, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.outputparserstructured, @n8n/n8n-nodes-langchain.lmchatanthropic, n8n-nodes-base.converttofile, n8n-nodes-base.scheduletrigger, n8n-nodes-base.code, n8n-nodes-base.limit

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Automate LinkedIn posts with Claude AI, DALL-E images & Google Sheets approval
Workflow name
Automate LinkedIn posts with Claude AI, DALL-E images & Google Sheets approval

How it works

This workflow automates your entire LinkedIn content strategy, from ideation to publishing.

  • Daily Idea Generation: Every day, the workflow uses an advanced AI agent (Anthropic's Claude model) to generate a new, viral-optimized LinkedIn post idea, complete with a title, full text, and a detailed image description. It analyzes your past posts from a Google Sheet to ensure content is fresh and aligns with one of your four content pillars: timeless principles, case studies, growth hacks, or controversial ads.
  • AI Image Creation: It then uses OpenAI's DALL-E to create a custom, high-quality image based on the generated description and a style reference image you provide, ensuring brand consistency.
  • Review & Approval Workflow: The generated post and its accompanying image are automatically saved as a new row in a Google Sheet, marked with a "review" status. This gives you full editorial control.
  • Automated Publishing: Once you approve a post by changing its status to "ready" in the Google Sheet, a separate part of the workflow picks it up and automatically publishes it to your LinkedIn profile at a scheduled time.
  • Status Tracking: After publishing, the workflow updates the status in your Google Sheet to "posted," so you always have a clear overview of your content pipeline.

Set up steps

This workflow integrates several services. Follow these steps to get it running:

  1. Copy the Google Sheet: Make a copy of the AI Posts Content Machine Google Sheet template and select your copy in the Get Past Ideas, Save Post, Get Ready Posts, and Update Status nodes.
  2. Set Up Credentials: You will need to create and add API credentials for the following services within the corresponding n8n nodes:
    • Google Sheets & Google Drive: Create a Google credential.
    • Anthropic: Add your API key in the Anthropic Chat Model node.
    • OpenAI: Add your API key as a Header Auth credential in the OpenAI Image node.
    • Perplexity AI: Add your API key as a Header Auth credential inside the Perplexity Research sub-workflow.
    • LinkedIn: Create a LinkedIn credential.
  3. Customize Your Content:
    • In the Idea Generator node, adjust the system prompt to reflect your specific audience, topics, and content style.
    • Create a folder in Google Drive for your post images. Add a reference image to this folder that defines your desired visual style.
    • Paste the shareable link to your style reference image into the Image Style node.
  4. Activate the Workflow: Enable the workflow to start the automated content creation and publishing process.

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 - Idea Generator

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

Block 2 - Sticky Note7

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

Block 3 - Sticky Note8

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

Block 4 - Structured Output Parser

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

Block 5 - Anthropic Chat Model

Type / Role
@n8n/n8n-nodes-langchain.lmChatAnthropic - lmChatAnthropic
Config choices
Version 1.3

Block 6 - Convert to File

Type / Role
n8n-nodes-base.convertToFile - convertToFile
Config choices
Version 1.1

Block 7 - Schedule

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

Block 8 - Join Ideas

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

Block 9 - Pick One

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

Block 10 - Sticky Note1

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

Block 11 - X

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

Block 12 - Prepare Data for Instagram API

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 13 - Create Instagram Media Container

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

Block 14 - Wait for Container Processing

Type / Role
n8n-nodes-base.wait - wait
Config choices
Version 1.1

Block 15 - Publish Post to Instagram

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

Block 16 - Sticky Note

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

Block 17 - Sticky Note6

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

Block 18 - OpenAI Image

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

Block 19 - Image Style

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 20 - Get Past Ideas

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

Block 21 - Save Image

Type / Role
n8n-nodes-base.googleDrive - googleDrive
Config choices
Version 3

Block 22 - Save Post

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

Block 23 - Schedule 2

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

Block 24 - Get Ready Posts

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

Showing the first 24 of 28 workflow blocks. Download the JSON for the full node graph.

3. Summary Table

Workflow Automate LinkedIn posts with Claude AI, DALL-E images & Google Sheets approval
Complexity advanced
Nodes 28
Categories Content Creation, Multimodal AI
Author Usman Liaqat
Published 07 Jun 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4766/4766.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 Automate LinkedIn posts with Claude AI, DALL-E images & Google Sheets approval do?

How it works This workflow automates your entire LinkedIn content strategy, from ideation to publishing. Daily Idea Generation: Every day, the workflow uses an advanced AI agent (Anthropic's Claude...

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 Content Creation, Multimodal AI use case.