n8n

How do you use LinkedIn saved posts in n8n?

Through webhooks and the REST API. LinkedMash imports your LinkedIn saves, then posts a webhook to your n8n Webhook node when you save a post, change its labels, or create a label. Any HTTP Request node can read the library back with your API token, so saving a post on LinkedIn becomes the trigger for a workflow.

Create a recipe
Name · “AI & growth posts”
AuthorsRuben Hassid
Labels#growth
Keywordsclaude, prompts · exclude with !
Create recipe
1

Import your saved posts

The LinkedMash extension imports your LinkedIn saves and keeps new ones syncing.

2

Point a webhook at n8n

In LinkedMash, open Settings then Integrations then Webhooks, add your n8n Webhook node URL, and pick the events you want.

3

Read back over HTTP

Use an HTTP Request node with your Developer API token to fetch posts, labels and smart views inside the workflow.

Triggers

Saving a post starts the workflow

LinkedMash pushes an event to n8n as it happens, so nothing polls and nothing runs on a schedule it does not need.

  • bookmark.created when you save a post
  • bookmark.updated on label and read-status changes
  • label.created when you add a label
  • HMAC signature header so you can verify the sender
CClaudeSonnet
Linkedmash connected
Find my best saved posts on cold outreach and draft a LinkedIn post from them.
On it — searching your library now.
linkedmashsearch_bookmarks6 results
query · "cold outreach"
matched · 6 of 842 saved posts
Here’s a draft from your 6 strongest posts — lead with a trigger, keep it tight, end with a soft ask. Want me to schedule it for 9am tomorrow?
Payload

The whole post, not just an ID

Each event carries the post text, its LinkedIn link and the author, so the first node already has something to work with.

  • Post text and original LinkedIn URL
  • Author name and handle
  • Labels added and removed on updates
Notion Sheets Airtable Miro
Post
Label
Saved
Cold outreach playbook
startup
3d
Writing hooks that convert
writing
2w
Launch checklist template
growth
3w
Auto-synced 2 minutes ago · 842 rows
Read and write

Query the library mid-workflow

An HTTP Request node with your token reads saved posts, labels and smart views, and can label posts or trigger an export.

  • Bearer-token REST endpoints with docs
  • Search, filter and paginate the library
  • Trigger CSV, JSON and PDF exports
claude
Author: Ruben Hassid2026Type: Text
Ruben Hassid

27 Claude shortcut hacks for faster prompts:

Ruben Hassid

Don’t use Claude until you read this:

Product details verified

Frequently asked questions

Is there an n8n node for LinkedIn saved posts?

There is no dedicated LinkedMash node in the n8n catalogue. The integration uses the built-in nodes instead: an n8n Webhook node receives LinkedMash events, and an HTTP Request node with your Developer API token reads and updates the library. Nothing custom has to be installed.

Which events can trigger an n8n workflow?

LinkedMash sends bookmark.created when a post is saved, bookmark.updated when labels or read status change, and label.created when you add a label. Each request carries an X-LinkedMash-Signature header so the workflow can verify it came from LinkedMash.

How do I set up the webhook?

Copy the production URL from your n8n Webhook node, then in LinkedMash open Settings, Integrations, Webhooks, add the URL, select the events you want, and save. Sending a test event confirms n8n is receiving it before you build the rest of the workflow.

What is in the webhook payload?

The event name, a timestamp and a data object with the post id, the post text and its LinkedIn link, the author name and handle, and your account id. On update events it also lists the labels added and removed.

Can a workflow write back to LinkedMash?

Yes. The REST API accepts label changes and export triggers with the same token, so a workflow can classify a new save and label it automatically, or push a filtered set out as CSV or JSON.

Which plan do I need for the API and webhooks?

The Developer API, webhooks and MCP server are on the Creator plan. Reader covers saving, search, labels and the built-in auto-export to Notion, Google Sheets, Airtable and Miro without programmatic access.

Wire your saves into n8n

Import your library, point a webhook at n8n, and let a save start the workflow.

Import your existing saved posts · Keep new saves moving automatically