Package Information
Available Nodes
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/