cubo-suite-crm

N8N node for Cubo Suite CRM integration

Package Information

Released: 6/24/2025
Downloads: 1 weeklyĀ /Ā 15 monthly
Latest Version: 1.0.5
Author: Daniel Mayne Bento

Documentation

🧩 n8n-nodes-cubo-suite-crm
Integration node for Cubo Suite CRM to automate business workflows in n8n
šŸ“Œ Overview
Full integration with the Cubo Suite CRM API for managing deals directly within n8n.
šŸš€ Features

āœ… Create new deals
šŸ”„ Update existing deals
šŸ” Authentication via API Key
šŸ·ļø Support for custom fields
⚔ Real-time synchronization

šŸ“¦ Installation
Via Command Line:
npm install n8n-nodes-cubo-suite-crm

Via n8n Interface:

Go to Settings > Community Nodes
Click Install community node
Search for n8n-nodes-cubo-suite-crm
Click Install

šŸ”‘ Authentication

In Credentials, select Cubo CRM API
Enter your API Key (found in the Cubo Suite CRM dashboard)
Configure the required parameters:

Example Payload
{
"title": "string",
"price": "string",
"userId": 0,
"peopleName": "string",
"peoplePhone": "string",
"organizationName": "string",
"stageId": 0,
"pipeId": 0,
"rating": 0,
"products": [
{
"productId": 0,
"quantity": 0,
"price": "string"
}
],
"customfields": [
{
"customfieldId": 0,
"value": "string"
}
]
}

šŸ“„ License
MIT - https://cubosuite.com.br/

Discussion