n8n recipe

Turn an incoming CRM lead into a contextual LinkedIn action.

This recipe starts from a CRM webhook, creates the lead in Yadulink, then queues a profile visit to initiate a social signal.

What the workflow covers

Nodes and logic

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

Webhook
Receive name, company, role, LinkedIn URL, and external ID.
`yadulink-crm-lead` path.
Create lead
Map CRM fields to Yadulink.
Keep `external_id` when available.
Profile visit
Queue a controlled profile visit.
Idempotency per lead and execution.

Verified facts

What the tool should clarify before being used.

Use case

Based on the internal `crm-lead-profile-visit.workflow.json` example.

Expected output

Incoming webhook from CRM or form.

Method proof

`yadulink-crm-lead` path.

Verification method

How to turn the template into an actionable step.

  1. 01 Webhook `yadulink-crm-lead` path.
  2. 02 Create lead Keep `external_id` when available.
  3. 03 Profile visit Idempotency per lead and execution.

How it works

Why start with a visit

A profile visit can create a first signal before invitation or message.

How it works

Deduplication

Idempotency protects CRM workflows that replay the same event multiple times.