Step-by-step guide mirroring the Make page. Below each step we list screenshots you should take and place into this folder.
Option A — Community Nodes (GUI): Settings → Community Nodes → Install
→ enter n8n-nodes-salestrigger.
Option B — Manual / Self-hosted installation:
If you're running n8n on your own infrastructure (e.g. VM, server, or Docker), you can install your custom node manually:
~/.n8n/nodes in your n8n user directory (if it
doesn’t already exist).
cd ~/.n8n/nodes.npm install n8n-nodes-sales-trigger.
Note: When running n8n in **queue mode**, the GUI install method is
disabled and manual installation into ~/.n8n/nodes is required. See
docs.
Find module
Add node SalesTrigger: Add Lead to Campaign and configure:
https://www.linkedin.com/in/<PUBLIC-ID>/.
custom_field_1..10.If all message is empty, then u linkedin sent only connection
Click Execute node. On success the API returns 201 Created with
an empty body. Errors (e.g., 422 on invalid URL) are displayed in the
UI. Enable Continue On Fail to keep processing the next items.
N8N_LOG_LEVEL=debug for deeper troubleshooting.