Docs
HuntSales for n8n
The official HuntSales community node lets n8n trigger on your CRM events and run CRM actions. Use it to connect HuntSales to the hundreds of apps n8n already supports.
Install the node
In n8n, open Settings, then Community Nodes, then Install, and enter the package name:
n8n-nodes-huntsalesSelf-hosted n8n only allows community nodes when N8N_COMMUNITY_PACKAGES_ENABLED=true.
Create an API key
In HuntSales, go to Admin, then Developer, and create an API key. Give it the scopes for what you want n8n to do. The Trigger node also needs the webhooks:manage scope so it can register its own webhook endpoint.
Add the key (and your base URL, default https://huntsales.io) as a HuntSales API credential in n8n.
Trigger on a CRM event
Add the HuntSales Trigger node, pick the events to listen for (reply received, deal won, watchlist match, and more), and activate the workflow. The node registers a signed webhook endpoint in HuntSales automatically and removes it when you deactivate.
Every delivery carries an X-HuntSales-Signature header (an HMAC of the body with your endpoint secret) so you can verify it.
Run CRM actions
Add the HuntSales action node to query or create contacts, claim prospects, or read credits. Spend-y actions like claiming prospects run a dry-run preview unless you turn on the Confirm toggle.
Start from an example
The package ships importable example workflows (for instance, deal won to Slack). Import one in n8n via the workflow menu, then set your HuntSales credential.
Prefer to call HuntSales directly? See the MCP guide and the REST API. Webhooks, keys, and delivery logs live in the app under Admin, then Developer.