Package Information
Downloads: 39 weeklyΒ /Β 1,780 monthly
Latest Version: 1.0.9
Author: Fabio Moretti
Documentation
n8n-nodes-salessuite
Official n8n Integration for SalesSuite
Automate contacts, deals, activities, and webhooks β powered by the SalesSuite Public API.
π§ Overview
This community node connects SalesSuite with your n8n workflows.
Create or update contacts and deals, list call/email activities, and subscribe to real-time events via webhooks.
βοΈ Core Features
π€ Contacts
| Action | Description |
|---|---|
| Create Contact | Create a new contact (no upsert). |
| Find Contact by Email | Find contacts by email. |
| Get Contact by ID | Retrieve a contact by its ID. |
| List Contacts | List contacts with pagination. |
| Search Contacts | Search contacts by text. |
| Update Contact | Update a contact by its ID. |
| Upsert Contact | Find by email, update if found, otherwise create. |
πΌ Deals
| Action | Description |
|---|---|
| Create Deal | Create a new deal in a pipeline and phase. |
| Find Deal by ID | Retrieve a deal by its ID. |
| Find Deals by Email | Retrieve all deals linked to a contactβs email. |
| List Deals | List deals with pagination (optional pipeline filter). |
| List Pipelines | List all pipelines and their phases. |
| Update Deal | Update a dealβs fields and optionally move phase/pipeline. |
π Activities
| Action | Description |
|---|---|
| Create Note | Add an internal note to a contact. |
| List Email Activities | Retrieve email activities for a contact. |
| List Call Activities | Retrieve call activities for a contact. |
π Webhooks
| Action | Description |
|---|---|
| List Webhooks | List webhook subscriptions. |
| Create Webhook | Create a webhook subscription. |
| Update Webhook | Update a webhook subscription. |
| Delete Webhook | Delete a webhook subscription. |
β‘ Trigger Events (Real-Time Webhooks)
| Event | Description |
|---|---|
| Contact Created | Triggered when a new contact is created. |
| Contact Property Changed | Triggered when a contact property changes. |
| Deal Created | Triggered when a new deal is created. |
| Deal Property Changed | Triggered when a deal property changes. |
| Deal Stage Changed | Triggered when a deal phase changes. |
| Form Submitted | Triggered when a form is submitted. |
| Call Activity Created | Triggered when a call activity is created. |
π Authentication
Uses API Key Authentication
- Base URL:
https://api.salessuite.com/api/v1 - Header:
x-api-key: <YOUR_API_KEY>
A built-in credential test verifies the connection directly within n8n.
π¦ Installation
Requirements
- n8n β₯ 1.107.1
- Active SalesSuite account with API Key
Community Node Installation
- Open n8n β Settings β Community Nodes β Install
- Enter package name:
n8n-nodes-salessuite
- Restart n8n β the node will now appear in the list.
π License
MIT License