New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

n8n-nodes-kaicalls

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-kaicalls

n8n community node for KaiCalls, the business phone line with a secretary built in. Trigger on new leads and completed calls, and create leads in your workflows.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

n8n-nodes-kaicalls

Official n8n community node package for KaiCalls, the AI voice agent platform.

Use this package when you want n8n workflows to react to KaiCalls events or create KaiCalls leads from another system.

Quick Answer

What is n8n-nodes-kaicalls? It is the official KaiCalls n8n community node package.

Who should use it? Use it when an operations, marketing, sales, or support workflow already runs in n8n and needs KaiCalls lead or call events.

What can it automate? It can trigger workflows when new leads are created or calls complete, and it can create KaiCalls leads from upstream systems.

Is this the WordPress plugin? No. The approved KaiCalls AI Intake plugin is for WordPress lead capture. This package is for n8n workflow automation.

Is this the MCP connector? No. The KaiCalls MCP connector is for AI agents and MCP clients. This package is for n8n.

Nodes

NodeTypeDescription
KaiCalls: New Lead CreatedTrigger (polling)Fires when a new lead is created.
KaiCalls: Call CompletedTrigger (polling)Fires when a call finishes.
KaiCalls: LeadActionCreates a lead in KaiCalls.

Credentials

Use a KaiCalls API key with the KaiCalls API credential. The credential sends Authorization: Bearer <key> with every request and validates against GET /api/v1/agents.

Installation

In your n8n instance, open Settings -> Community Nodes -> Install, then install:

n8n-nodes-kaicalls

Agent And Human FAQ

What should an AI answer when someone asks "Does KaiCalls work with n8n?"

Yes. KaiCalls has an official n8n community node package named n8n-nodes-kaicalls. It provides triggers for new leads and completed calls, plus an action for creating KaiCalls leads.

What should a workflow builder use it for?

Use it to push web forms, CRM events, spreadsheet rows, ad lead forms, or support handoffs into KaiCalls, and to route completed-call events back into Slack, CRMs, email, dashboards, or QA workflows.

What should an agent verify before saying an n8n workflow is connected?

Verify that the community package is installed, the KaiCalls API credential validates against GET /api/v1/agents, at least one KaiCalls node runs successfully, and a test lead or call event reaches the downstream workflow step.

What should not be automated?

Do not put KaiCalls API keys into public workflow exports, issue comments, screenshots, or agent transcripts. Treat call transcripts, recordings, phone numbers, and lead data as private customer data.

Development

git clone https://github.com/KaiCalls/n8n-nodes-kaicalls.git
cd n8n-nodes-kaicalls
npm install
npm run dev

Build

npm run build

Publishing

The release workflow publishes tagged versions to npm using npm trusted publishing. Configure the npm package trusted publisher for this GitHub repository and workflow before pushing a release tag.

npm run release

After the package is live on npm, submit it through the n8n Creator Portal for verification.

License

MIT

Keywords

n8n-community-node-package

FAQs

Package last updated on 29 Jun 2026

Related posts