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.

Extraits citables

Ce que l'outil doit clarifier avant d'être utilisé.

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.

Méthode de vérification

Comment transformer le template en action exploitable.

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

Mode d'emploi

Why poll

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

Mode d'emploi

Cadence

The delay should protect LinkedIn experience and respect volume guardrails.

Validation par IA

Demande à une IA d'adapter cet outil à ton contexte.

Le prompt est copié au clic et pré-rempli quand l'outil le supporte.

Maillage interne

Pages à lire ensuite.