Skip to main content

Generate LinkedIn posts from web pages with GPT-4 and human review

Workflow preview

Workflow preview
100%
Generate LinkedIn posts from web pages with GPT-4 and human review preview
Open on n8n.io

Important notice

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

1. Workflow Overview

Use Case Turn any web page into a compelling LinkedIn post — complete with an AI generated image. This automation is ideal for sharing content like blog posts, case studies, or product updates in a...

Best for

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

Tools used

n8n-nodes-base.formtrigger, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.set, @n8n/n8n-nodes-langchain.textclassifier, n8n-nodes-base.slack, @n8n/n8n-nodes-langchain.openai, n8n-nodes-base.airtop

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Generate LinkedIn posts from web pages with GPT-4 and human review
Workflow name
Generate LinkedIn posts from web pages with GPT-4 and human review

Use Case

Turn any web page into a compelling LinkedIn post — complete with an AI-generated image. This automation is ideal for sharing content like blog posts, case studies, or product updates in a polished and engaging format.

What This Automation Does

Given a page URL and optional user instructions, this automation:

  • Scrapes the content of the webpage
  • Uses AI to write a clear, educational, and LinkedIn-optimized post
  • Sends both to Slack for review and approval
  • Handles feedback and revisions via Slack interactions

Input:

  • Page URL — The link to the webpage (required)
  • Instructions — Optional notes on tone, emphasis, or format

Output:

  • LinkedIn post text
  • Slack message with review/approval options

How It Works

  1. Form Submission: User inputs a web page and optional instructions.
  2. Web Scraping: Uses Airtop to extract page content.
  3. Post Generation: AI agent writes a post based on the page and instructions.
  4. Slack Review Flow:
    • Post and image sent to Slack for feedback
    • User can approve, request revisions, or decline
    • Revisions trigger reprocessing steps automatically
  5. Final Post Delivery: Approved post is sent back to Slack, ready to publish.

Setup Requirements

  1. Generate an Airtop API key completely free.
  2. Configure your OpenAI credentials for post and image prompt generation
  3. Slack OAuth credentials and a Slack channel

Next Steps

  • Post Directly: Add LinkedIn publishing to automate the full content workflow.
  • Template Variations: Offer post style presets (e.g., technical, story-driven, short-form).
  • CRM Sync: Save approved posts and stats in Airtable or Notion for team use.

Read more about generating social content using AI

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 - On form submission

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

Block 2 - Sticky Note

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

Block 3 - Sticky Note5

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

Block 4 - OpenAI Chat Model

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

Block 5 - Set Post

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

Block 6 - Set Params

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

Block 7 - Set Post1

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

Block 8 - Check Post Text Feedback

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

Block 9 - Sticky Note6

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

Block 10 - Sticky Note1

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

Block 11 - Final Version

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 12 - Human Revision of Text

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 13 - Generate Post Text

Type / Role
@n8n/n8n-nodes-langchain.openAi - openAi
Config choices
Version 1.8

Block 14 - Get Page

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

3. Summary Table

Workflow Generate LinkedIn posts from web pages with GPT-4 and human review
Complexity intermediate
Nodes 14
Categories Content Creation, Multimodal AI
Author Airtop
Published 08 Jul 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/5775/5775.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 Generate LinkedIn posts from web pages with GPT-4 and human review do?

Use Case Turn any web page into a compelling LinkedIn post — complete with an AI generated image. This automation is ideal for sharing content like blog posts, case studies, or product updates in a...

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.