Package Information
Released: 7/3/2025
Downloads: 0 weekly / 0 monthly
Latest Version: 2.2.3
Author: anthonymdaros
Documentation
@devanthonymax/n8n-nodes-corbeegestao
An n8n community node for integrating with Corbee Gestão API, providing comprehensive user and broker management capabilities.
Features
- Authentication: JWT-based authentication with demo/production environment support
- Broker Management: Complete CRUD operations for brokers (create, read, update, list)
- User Management: Full user lifecycle management including profiles and managers
- Dual Environment: Support for both demo and production environments
- LLM Compatible: Designed to work as both manual nodes and LLM tools
Installation
npm install @devanthonymax/n8n-nodes-corbeegestao
Node Included
CorbeeGestao
Single unified node providing:
- Broker CRUD (create, get, list, update)
- User management (create, update, get, list simplified)
- Profile management (list profiles, get profile details)
- Manager operations (list managers)
- Authentication automatically handled based on credential configuration
Operations Available
All operations automatically handle JWT authentication using the configured credentials.
Broker Operations
createBroker
- Create new broker with full detailsgetBroker
- Retrieve broker by IDlistBrokers
- List all active brokersupdateBroker
- Update existing broker information
User Operations
createUser
- Create new user with profile assignmentupdateUser
- Update user informationgetUserData
- Get user details by IDlistUsersSimplified
- Get simplified list of active users
Profile & Manager Operations
listProfiles
- List all available user profiles/rolesgetProfileDetails
- Get detailed information about a specific profilelistManagers
- List all managers with details
Proposal Operations
createFgtsProposal
- Register new FGTS proposalsubmitProposalToBank
- Submit proposal for bank processingcreateProposal
- Create new proposal (requires broker if internal user)uploadProposalDocs
- Upload documents for proposaladdBrokerObservation
- Add broker observation to proposalsearchProposals
- Search proposals with filters (CPF, code, client name)getProposalLogs
- Get action logs for proposallistProposalStatus
- List available proposal statuslistBankStatus
- List available bank statusupdateProposalStatus
- Update proposal statusupdateBankStatus
- Update bank statuschangeProposalPmt
- Change PMT of proposalremoveProposalPmt
- Remove PMT from proposalgetBrokerObservations
- Get broker observations for proposalsetPortabilityBalance
- Set portability balance received from banklistCancellationTypes
- List available cancellation typeslistProposalFiles
- List files attached to proposaldownloadProposalFile
- Download proposal file in base64
Commission Operations
listCommissionGroups
- List commission groupsgetCommissionGroup
- Get specific commission group by ID
Operations Management
listBanksWithOperations
- List banks with operationssearchOperationsByBank
- Search operations by specific bank
Notifications
listNotifications
- List notificationssendNotification
- Send notification (to all users, specific user, or role)
Reference Data Operations
listBanks
- Get client banks listgetBankById
- Get specific bank by IDlistAgreements
- Get agreements listgetAgreementById
- Get specific agreement by IDlistStates
- List Brazilian statesgetStateById
- Get specific state by IDlistCities
- List cities (optionally by state)getCityById
- Get specific city by IDlistMaritalStatus
- List marital status optionslistClientReceiptTypes
- List client receipt typeslistProposalFilesAlt
- Alternative method to list proposal fileslistStores
- List registered stores in the system
Configuration
Credentials Setup
- Create new credentials of type "Corbee Gestão API"
- Configure:
- Base URL: API endpoint (e.g., https://demo.corbee.com.br)
- Login: Your Corbee Gestão username
- Password: Your Corbee Gestão password
- User Type: Select "User" or "Corretor"
Usage Examples
List Brokers
- Add CorbeeGestao node
- Configure Corbee Gestão API credentials (choose user type: User or Corretor)
- Select "List Brokers" operation
- Execute - authentication is handled automatically
Create New User
- Use "List Profiles" to get available profiles
- Use "Create User" with required fields:
- Login, Name, Email, Profile ID, Password
- Optional: Phone, CPF, Birth Date, Store ID, Manager ID
Manage Proposals
- Use "Create FGTS Proposal" to register new proposal
- Use "Upload Proposal Documents" to attach files
- Use "Add Broker Observation" to add notes
- Use "Submit Proposal to Bank" when ready
- Use "Search Proposals" to find specific proposals by CPF, code, or name
Commission Management
- Use "List Commission Groups" to see available groups
- Use "Get Commission Group" to get details of specific group
Send Notifications
- Use "Send Notification" to notify users
- Choose recipient type: All Users, Specific User, or Role
- Provide title and message content
Work with Reference Data
- Use "List States" and "List Cities" for address forms
- Use "List Banks" and "List Agreements" for financial setup
- Use "List Marital Status" for client registration
- Use "List Stores" for store management
API Documentation
This package integrates with Corbee Gestão API v2. For detailed API documentation, visit:
Support
- Repository: https://github.com/anthonydaros/corbee_gestao
- Issues: https://github.com/anthonydaros/corbee_gestao/issues
License
MIT License - see LICENSE file for details.
Author
Anthony Daros - [email protected]