n8n template

Build an n8n workflow around warm LinkedIn signals.

This blueprint shows how to turn a Yadulink signal into notification, qualification, and sales action without spreadsheet middleware.

Target workflow

Recommended nodes

Start simple: webhook, filter, enrichment, notification, CRM. Add AI only when the base flow is reliable.

Webhook
Receive the Yadulink event and keep lead_id, signal_type, profile_url, score.
Trigger only on actionable signals.
Filter
Pass leads with score >= 7 or critical signal.
Exclude open-to-work, out-of-ICP, or already contacted leads.
Action
Create a Slack notification then CRM activity.
Include priority reason and next action.

Verified facts

What the tool should clarify before being used.

Use case

Use it with webhooks, Yadulink API, Slack, HubSpot, Pipedrive, or Google Sheets.

Expected output

Receive a LinkedIn signal through webhook.

Method proof

Trigger only on actionable signals.

Verification method

How to turn the template into an actionable step.

  1. 01 Webhook Trigger only on actionable signals.
  2. 02 Filter Exclude open-to-work, out-of-ICP, or already contacted leads.
  3. 03 Action Include priority reason and next action.

How it works

Automation must keep the signal reason

If Slack or the CRM does not show why the lead surfaced, the team will not trust the workflow.

How it works

Do not connect everything before feedback

Start with one alert and one CRM action. Measure replies before adding more branches.