n8n-nodes-xocrm
v0.3.3
Published
n8n community node for XOCRM - Manage clients, notes, reminders, links, and more
Maintainers
Readme
n8n-nodes-xocrm
n8n community node for the XOCRM external API. Manage clients, notes, reminders, links, and search across all entities — directly from your n8n workflows.
Installation
In your n8n instance:
- Go to Settings > Community Nodes
- Click Install a community node
- Enter
n8n-nodes-xocrm - Click Install
That's it. The XOCRM node will appear in your node picker immediately.
Setup
- In n8n, go to Credentials and create a new XOCRM API credential
- Enter your Base URL (e.g.
https://your-xocrm-instance.com) and API Key (xocrm_k1_...) - Click Test to verify the connection
- Add the XOCRM node to any workflow
Available Resources & Operations
Client
| Operation | Description | |-----------|-------------| | Get Many | List all clients | | Get | Get a single client with all related data | | Create | Create a new client | | Update | Update client fields | | Delete | Delete a client | | Get Statistics | Get aggregated stats for a client | | Get Assets | List all assets for a client | | Get People | List all contacts for a client | | Get Applications | List all applications for a client | | Get Locations | List all locations for a client | | Get Expirations | List all expirations for a client |
Note
| Operation | Description | |-----------|-------------| | Get Many | List notes (with optional client & archive filters) | | Get | Get a single note | | Create | Create a note (optionally linked to a client) | | Update | Update note fields | | Archive | Archive a note | | Delete | Delete a note |
Reminder
| Operation | Description | |-----------|-------------| | Get Many | List reminders (with optional client & archive filters) | | Get | Get a single reminder | | Create | Create a reminder with due date, priority, recurrence, etc. | | Update | Update reminder fields | | Complete | Mark a reminder as complete |
Link
| Operation | Description | |-----------|-------------| | Get Many | List all links | | Get | Get a single link | | Create | Create a new link | | Update | Update link fields | | Delete | Delete a link |
Search
| Operation | Description | |-----------|-------------| | Search | Full-text search across all XOCRM entities |
API Key Scopes
Your API key needs the appropriate scopes for the operations you use:
| Resource | Scopes |
|----------|--------|
| Clients | clients:read, clients:write, clients:delete |
| Assets | assets:read |
| People | people:read |
| Applications | applications:read |
| Locations | locations:read |
| Notes | notes:read, notes:write, notes:delete |
| Reminders | reminders:read, reminders:write |
| Links | links:read, links:write, links:delete |
| Expirations | expirations:read |
| Search | search:read |
| Full access | * |
