
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
n8n-nodes-perfexcrm-api
Advanced tools
n8n node for PerfexCRM API integration with full CRUD operations for Calendar Events, Customers, Items, Leads, Subscriptions, Tasks, Tickets, and Timesheets (requires PerfexCRM API module)
This is an n8n community node that provides comprehensive integration with PerfexCRM API, allowing you to manage Calendar Events, Customers, Items, Leads, Subscriptions, Tasks, and Tickets with full CRUD operations directly from your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
This n8n node requires the PerfexCRM API module to be installed on your PerfexCRM instance.
The module provides:
Follow the installation guide in the n8n community nodes documentation.
For n8n cloud users, this node will be available after verification.
For self-hosted n8n users:
n8n-nodes-perfexcrm-apiAfter installation, the PerfexCRM node will be available in your n8n editor.
The PerfexCRM node supports the following resources and operations:
To use this node, you need to configure the PerfexCRM API credentials:
https://yourcrm.com)To create a new calendar event:
Calendar EventCreateTo create a new lead:
CreateTo search for leads:
LeadSearch{
"nodes": [
{
"name": "Create Calendar Event",
"type": "n8n-nodes-perfexcrm-api.perfexCrm",
"parameters": {
"resource": "calendarEvent",
"operation": "create",
"title": "Team Meeting",
"start": "2025-10-27T10:00:00",
"reminder_before_type": "minutes",
"reminder_before": 30,
"userid": "1",
"isstartnotified": "0",
"public": "1",
"additionalFields": {
"description": "Discuss Q4 goals",
"color": "#03a9f4"
}
}
}
]
}
{
"nodes": [
{
"name": "Create Lead",
"type": "n8n-nodes-perfexcrm-api.perfexCrm",
"parameters": {
"resource": "lead",
"operation": "create",
"name": "John Doe",
"source": "1",
"status": "1",
"assigned": "1",
"additionalFields": {
"email": "john@example.com",
"phonenumber": "+1234567890",
"company": "Acme Corp"
}
}
}
]
}
This node works great with:
npm install
npm run build
npm run dev
npm run lint
npm run lint:fix
Found a bug or want to add a feature? Contributions are welcome!
Disclaimer: This is a community node and is not officially supported by n8n or PerfexCRM. Use at your own risk and ensure you comply with your organization's security policies.
FAQs
n8n node for PerfexCRM API integration with full CRUD operations for Calendar Events, Customers, Items, Leads, Subscriptions, Tasks, Tickets, and Timesheets (requires PerfexCRM API module)
We found that n8n-nodes-perfexcrm-api demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.