Description
n8n-nodes-salessuite
!n8n Community Node
!npm version
!License
Official n8n Integration for SalesSuite โ the CRM built for the Setter-Closer principle
Automate your contact, deal, and activity workflows, react to real-time events, and keep your pipeline moving โ without manual work.
๐งญ Overview
This official community node connects SalesSuite (Setter-Closer CRM) seamlessly with your n8n workflows.
From contact creation to deal management and real-time triggers โ automate every key revenue process end-to-end.
The integration was developed for SalesSuite and is maintained by Jรถrg Sebening together with the SalesSuite team.
โ๏ธ Key Capabilities
๐ค Contacts
| Action | Description |
| ———————————— | ————————————————————————————— |
| Create Contact | Add a new contact (standard create, no upsert logic). |
| Create or Update Contact by Email| Server-side create-or-update matched by contact-person email (atomic; errors if the email is shared by several contact persons). |
| Find Contact by Email | Retrieve contacts using their email address. |
| Get Contact by ID | Fetch a specific contact using its unique ID. |
| List Contacts | Browse contacts with pagination support. |
| Search Contacts | Perform text-based search across contacts. |
| Update Contact | Modify contact details by ID. |
| Upsert Contact | Search by email and update if found, otherwise create a new contact. |
—
๐ผ Deals
| Action | Description |
| ———————– | ————————————————————————— |
| Create Deal | Add a new deal to a selected pipeline and phase. |
| Find Deal by ID | Retrieve a deal using its ID. |
| Find Deals by Email | Get all deals connected to a contactโs email. |
| List Deals | View deals with pagination (optional filtering by pipeline). |
| List Pipelines | Retrieve available pipelines along with their phases. |
| Update Deal | Update deal properties and optionally move it to another phase or pipeline. |
—
๐ Activities
| Action | Description |
| ————————- | ———————————————- |
| Create Note | Add an internal note to a contact record. |
| List Email Activities | Retrieve email-related activity for a contact. |
| List Call Activities | Retrieve call activity linked to a contact. |
—
๐ Webhooks
| Action | Description |
| —————— | ————————————– |
| List Webhooks | View all active webhook subscriptions. |
| Create Webhook | Register a new webhook subscription. |
| Update Webhook | Modify an existing webhook. |
| Delete Webhook | Remove a webhook subscription. |
—
โก Real-Time Triggers
| Event | Description |
| —————————- | ——————————————- |
| Contact Created | Fires when a new contact is added. |
| Contact Property Changed | Fires when a contact field changes. |
| Deal Created | Fires when a new deal is created. |
| Deal Property Changed | Fires when a deal field changes. |
| Deal Stage Changed | Fires when a deal moves to another phase. |
| Form Submitted | Fires on form submission. |
| Call Activity Created | Fires when a new call activity is recorded. |
| Action Button Executed | Fires when a trigger action button is run. |
—
๐ Authentication
The node uses API Key authentication.
- Base endpoint:
https://api.salessuite.com/api/v1 - Required header:
x-api-key: APIKEY>
A built-in credential test within n8n ensures your API key is valid before running workflows.
—
๐ฆ Installation
Requirements
Community Node Installation
1. Open n8n โ Settings โ Community Nodes โ Install
2. Enter package name:
@salessuite/n8n-nodes-salessuite
3. Restart n8n โ the node will now appear in the list.
๐ฌ Maintained for SalesSuite
This integration was built for SalesSuite and is maintained by Jรถrg Sebening in collaboration with the SalesSuite team.
๐ SalesSuite ยท GitHub ยท Support
๐ Huge Thanks to the Maintainer
A huge thank-you to Jรถrg Sebening, who built this integration for SalesSuite, laid the foundation for everything it supports today, and continues to maintain it. His work, care, and ongoing support make this official SalesSuite integration possible.
โ๏ธ Legal
๐ License
MIT License
Contributions and pull requests are welcome!