n8n-nodes-sales-drive
v1.0.0
Published
n8n community node for the SalesDrive CRM API
Downloads
131
Maintainers
Readme
n8n-nodes-sales-drive
This is an n8n community node package. It lets you use the SalesDrive CRM API in your n8n workflows.
SalesDrive is a CRM for managing orders, products, payments and documents.
Installation · Credentials · Operations · Trigger · Resources
Installation
Follow the community nodes installation guide in the n8n docs.
In n8n, go to Settings → Community Nodes → Install and enter:
n8n-nodes-sales-driveOr install manually:
pnpm add n8n-nodes-sales-driveCredentials
Create a SalesDrive API credential with:
- Subdomain — your account subdomain, i.e. the part before
.salesdrive.me(for exampledemoforhttps://demo.salesdrive.me). - API Key — generated in SalesDrive under your form / integration settings. Sent as the
X-Api-Keyrequest header.
The credential is validated on save against GET /api/statuses/.
Operations
The SalesDrive node groups operations by resource:
| Resource | Operations | | --- | --- | | Order | Create, Update, Get Many (with filters + pagination), Add Note | | Product | Create or Update, Delete, Export YML | | Category | Create or Update, Delete | | Currency | Get, Update | | Order Field | Get Statuses, Get Payment Methods, Get Delivery Methods | | Payment | Create | | Document | Get Many (Payment, Invoice, Sales Invoice, Cash Order, Arrival Product, Act, Contract, Check) | | Call | Register a Call, Get Manager by Phone |
Rich create/update bodies (Order, Product, Category, Currency) accept common fields as inputs plus a JSON field for the full documented payload.
Trigger
The SalesDrive Trigger node starts a workflow when SalesDrive sends a webhook on order creation or status change.
SalesDrive has no API to register webhooks, so registration is manual:
- Add a SalesDrive Trigger node and copy its webhook URL.
- In SalesDrive, go to Settings → General settings and integrations → Other services → Webhook.
- Paste the URL and configure the conditions under which it should fire.
The node outputs the order payload SalesDrive POSTs to the URL.
