Package Information
Documentation
n8n-nodes-clientify
Connect n8n to Clientify CRM via the Clientify REST API using API keys (Authorization: Token <apiKey>).
This package stays aligned with the action catalog by generating actions/fields from a single shared connector spec at build time.
Under the hood, requests are executed directly via n8n’s HTTP request helper with Authorization: Token <apiKey>.
Installation
In n8n (GUI)
- Go to Settings → Community Nodes
- Click Install
- Enter:
n8n-nodes-clientify - Click I understand the risks and then Install
- Restart n8n (important - it won't show up until you do)
Via npm (Command Line)
cd ~/.n8n/nodes
npm install n8n-nodes-clientify
# Restart n8n
Docker
Persist the nodes directory, or you’ll lose the node on restart:
volumes:
- n8n_data:/home/node/.n8n
Or enable auto-reinstall:
environment:
- N8N_REINSTALL_MISSING_PACKAGES=true
Prerequisites
You'll need:
- n8n 2.x
- Node.js 20+
- A Clientify API key
Configuration
- In n8n, go to Credentials → New
- Search for "Clientify API"
- Enter your API Key
- Click Save
Nodes
Clientify (action node)
- Add a node and search for Clientify.
- Pick an Action.
- Fill fields directly or map them from previous nodes using expressions.
Clientify Trigger (webhook helper)
Use this when you want a Clientify-branded trigger in the workflow. Under the hood it behaves like an n8n webhook:
- Use Test URL when executing on the canvas.
- Use Production URL for always-on external calls (runs show up in Executions).
- The trigger verifies the incoming payload
eventmatches the selected event type.
For payload formats and examples, see TRIGGERS_REFERENCE.md.
Available Operations
Operations are generated from the bundled catalog (currently 81 actions).
Mapping (inputs from earlier steps)
Mapping is field-based:
- Use the field’s + button (variable picker), or
- Toggle = and use expressions like
{{$node["Create Contact"].json.id}}.
Troubleshooting
- If the node does not appear after install, restart n8n.
- If the API returns
401, verify your API key. - If an operation requires an ID, ensure you mapped the correct numeric ID from a previous node.
Support
- Clientify API docs: https://newapi.clientify.com/
- Triggers reference:
TRIGGERS_REFERENCE.md
License
MIT License - see LICENSE file for details.
Copyright (c) 2025 Clientify