n8n recipe

Queue a LinkedIn action from n8n with status control.

This recipe explains how to create an action job, wait a reasonable delay, then read its status instead of automating blindly.

What the workflow covers

Nodes and logic

This page describes the recipe publicly; importable JSON files remain protected by API access.

Action
Choose action and required fields.
Invitation, visit, or message depending on use case.
Wait
Add a delay before reading.
Example: 2 minutes.
Poll
Read the job and route by status.
Handle failed/canceled separately.

Verified facts

What the tool should clarify before being used.

Use case

Based on the internal `yadulink-action-job-poll.workflow.json` example.

Expected output

Manual or scheduled trigger.

Method proof

Invitation, visit, or message depending on use case.

Verification method

How to turn the template into an actionable step.

  1. 01 Action Invitation, visit, or message depending on use case.
  2. 02 Wait Example: 2 minutes.
  3. 03 Poll Handle failed/canceled separately.

How it works

Why poll

An asynchronous action should not be treated as successful immediately after creation.

How it works

Cadence

The delay should protect LinkedIn experience and respect volume guardrails.