Skip to main content

Create LinkedIn posts from web pages using Airtable, Dumpling AI, Claude and PostPulse

Workflow preview

Workflow preview
100%
Create LinkedIn posts from web pages using Airtable, Dumpling AI, Claude and PostPulse preview
Open on n8n.io

1. Workflow Overview

How it Works This workflow takes web URL's from Airtable, extract URL data with Dumpling AI, creates attention grabbing LinkedIn post with Claude, and schedules post in PostPulse. Set up steps Airt...

Best for

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

Tools used

n8n-nodes-base.airtabletrigger, n8n-nodes-base.httprequest, @n8n/n8n-nodes-langchain.anthropic, @postpulse/n8n-nodes-postpulse.postpulse, n8n-nodes-base.airtable, n8n-nodes-base.stickynote

Source and attribution

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

Original n8n.io source

1.1 Workflow description

Title
Create LinkedIn posts from web pages using Airtable, Dumpling AI, Claude and PostPulse
Workflow name
Create LinkedIn posts from web pages using Airtable, Dumpling AI, Claude and PostPulse

How it Works

This workflow takes web URL's from Airtable, extract URL data with Dumpling AI, creates attention grabbing LinkedIn post with Claude, and schedules post in PostPulse.

Set up steps

  • Airtable Trigger: Triggers our workflow via the URL Link field in our base.
  • HTTP Node: 3rd party API call to Dumpling AI's extract endpoint to extract website data. web URL is sourced from Airtable base.
  • Anthropic’s Claude: Creates LinkedIn post using the extracted web summary from the HTTP node.
  • Schedule a Light Post: Schedule the posting date of our generated Claude post.
  • Update Airtable Base: Update Generated LinkeIn Post field and Scheduled field in Airtable.

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 - Airtable Trigger

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

Block 2 - Extract URL Details

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

Block 3 - Message a model

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

Block 4 - Schedule a light post

Type / Role
@postpulse/n8n-nodes-postpulse.postPulse - postPulse
Config choices
Version 1

Block 5 - Update record

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

Block 6 - Sticky Note2

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

Block 7 - Sticky Note1

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

Block 8 - Sticky Note3

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

3. Summary Table

Workflow Create LinkedIn posts from web pages using Airtable, Dumpling AI, Claude and PostPulse
Complexity intermediate
Nodes 8
Categories Social Media, Multimodal AI
Author Oleksandr Pohorelov
Published 06 Apr 2026

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/14841/14841.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 Create LinkedIn posts from web pages using Airtable, Dumpling AI, Claude and PostPulse do?

How it Works This workflow takes web URL's from Airtable, extract URL data with Dumpling AI, creates attention grabbing LinkedIn post with Claude, and schedules post in PostPulse. Set up steps Airt...

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.