n8n Integration

Step-by-step guide mirroring the Make page. Below each step we list screenshots you should take and place into this folder.

1) Install the node

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:

  1. Create a folder ~/.n8n/nodes in your n8n user directory (if it doesn’t already exist).
  2. Navigate into it: cd ~/.n8n/nodes.
  3. Install your package from npm: npm install n8n-nodes-sales-trigger.
  4. Restart n8n. After restart the new node should appear in the UI.

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

New Credentials (placeholder)

2) Create “SalesTrigger API” credentials

  1. Open CredentialsNew → choose SalesTrigger API.
  2. Paste your API Token.
  3. Press Save and ensure status is Successful.
New Credentials (placeholder) Credentials succes)

3) Build a workflow

Add node SalesTrigger: Add Lead to Campaign and configure:

Node view (placeholder) Campaign dropdown (placeholder)

4) Run & observe

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.

Notes