Description
n8n-nodes-leadspicker
This is an n8n community node. It lets you use the Leadspicker API in your n8n workflows.
Leadspicker is a B2B data and sales intelligence platform that helps businesses find, enrich, and connect with relevant contacts.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
This node supports the following resources and operations:
- Lead
- List or Sequence
- Reply
- Linkedin Activity
- Global Exclusion List
- Outreach
- Account
- Account revoked (connected account access revoked)
- Email bounced
- Email reply
- Email sent
- LinkedIn reply
- LinkedIn sent
- Lead added to a project
- n8n community nodes documentation
- Leadspicker Website
- Node and credential icons now use the official brand mark. The hand-approximated 88×99 path is replaced by the 226×251 one from the brand page, the light-theme icon is brand black
#060606, and the dark-theme icon is white; it previously used#7B9BFF, which is not a brand color. - Restored
nodes/Leadspicker/logo_leadspicker.svg. The n8n creator portal requests that exact path for the package listing’s icon, and the 0.6.0 rename to-light/-darkvariants left it returning 404. - Added Get Many Lists and Get Many Sequences operations under the List or Sequence resource, returning projects as workflow data with an optional name search, a
Return Alltoggle, and aSimplifytoggle that switches between the id/name projection and the full payload with stats and settings. - The credential’s Domain field now drives every API request, not just the credential test, so a workflow can run against a local or staging backend. A missing scheme is added and a pasted
/app/sb/apisuffix is dropped; leaving it empty keeps the production host. - Fixed the n8n review violations from 0.5.1: the trigger node gained a
subtitle, raw errors are wrapped inNodeApiError/NodeOperationErrorso failures surface consistently in the UI, the Leadspicker node declaresusableAsToolfor AI agent workflows, and both nodes and the credential ship light and dark icon variants. - Added npm provenance to the publishing workflow.
- Moved every project call onto the
/listsand/sequencesprefixes, following the backend’s split of the deprecated/projectsnamespace. Renamed the Campaign resource to List or Sequence, and split the delete operation into Delete List and Delete Sequence so each addresses its own kind. Stored resource, operation and parameter values are unchanged, so workflows saved against earlier versions keep working. - Removed Leadspicker runtime logging.
- Replaced global timer usage with n8n workflow sleep helper to satisfy community-node linting.
- Compliance fixes for n8n verification (removed external dependency usage and updated auth helper).
- Added an Account resource with a “Get Account Info” action that surfaces subscription renewal dates, allowed LinkedIn/email accounts, allowed robots, and how many robots are currently running.
- Added an Outreach resource to list all connected LinkedIn accounts and configured email accounts in one call so workflows can fan out automatically.
- Added campaign-level exclusion list management actions (add, remove, list).
- Added a Global Exclusion List resource to manage the organization-wide blacklist and return categorized LinkedIn/email/domain identifiers.
- Leadspicker Trigger can now listen to every project when no campaign is selected.
- Leadspicker Trigger requests Leadspicker to immediately send a test payload whenever the node is executed manually so
Test workflowruns receive sample data instantly. - Added a Bulk Create Leads action under the Lead resource to send multiple user-provided leads (with optional custom fields) to the
/persons/bulkAPI endpoint in a single call. - Breaking: Replaced the legacy
leadspickerNodewith the newLeadspickernode (typeleadspicker), renamed resources to Lead/Campaign/Reply/Linkedin, and moved the AutoCPH operations under the Lead resource. Existing workflows referencingleadspickerNodemust be recreated. - Breaking: Lead operations now expose individual fields (name, email, company, socials, custom fields) and all ID selectors use “Name or ID” dropdowns with a manual ID fallback, so any references to the previous collection-style parameters need to be reconfigured.
- Breaking: Lead responses are flattened (no nested
person_data) and the Lead/Reply list operations auto-paginate to return the entire dataset rather than a single page, changing the output structure and removing pagination parameters. - Added the Leadspicker Trigger node that manages webhooks for account revoked, email sent/replied/bounced, LinkedIn sent/replied, and lead-added events per campaign.
- Linkedin Activity operations gained new controls (include/exclude profile cards, opt-in liker/commenter collection) and cursor-based aggregation so reactor searches return a single deduplicated array.
- Lead finders now return the same flattened lead payloads as create/get/update results, keeping company/contact metadata consistent when searching by company name or LinkedIn URL.
- Legacy release of the original
leadspickerNodeimplementation.
* Create a new lead in a list
* Delete a lead
* Get a lead by ID
* List leads in a list
* Update an existing lead
* Find leads by a company’s LinkedIn URL
* Find leads by a company’s name
* Get many lists (with optional name search; returns all or up to a limit)
* Get many sequences (with optional name search; returns all or up to a limit)
* Create a new list
* Delete a list
* Delete a sequence
* Get the sequence log (timeline events with optional search, date, person, and type filters)
* Add a lead to the sequence exclusion list
* Remove a lead from the sequence exclusion list
* Get the sequence exclusion list
* Get replies based on filters (email accounts, lists or sequences, sentiment)
* Get a LinkedIn profile’s details
* Get a profile’s latest posts
* Get a profile’s recent activities (reactions and comments)
* Get people who reacted to posts and send the results to a webhook
* Retrieve LinkedIn profiles that reacted to posts returned by a content search URL
* Retrieve reactors for posts authored by specific LinkedIn profiles
* Add a lead identifier to the global exclusion list
* Remove a lead identifier from the global exclusion list
* Get the global exclusion list
* List LinkedIn outreach accounts
* List email outreach accounts
* Get account info and limits
Note: The Linkedin Activity operations “Search Post Reactors” and “Profiles Post Reactors” auto-paginate. They aggregate all pages internally (handling the cursor automatically) and return a single flat list of reactor profiles.
Triggers
The Leadspicker Trigger node lets you subscribe to webhook events across all projects or filter down to a single list or sequence and fire workflows from these Leadspicker events:
Credentials
To use this node, you need to authenticate using your Leadspicker API credentials.
1. Sign up for an account with Leadspicker.
2. Find your API Key in your account settings on the Leadspicker platform.
3. In n8n, create a new credential for the Leadspicker node.
4. Enter your API Key into the credential configuration screen.
Compatibility
This node has been developed and tested against n8n version 1.0.0. It may work with older versions, but it is not guaranteed.