npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-kaicalls

v0.1.0

Published

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.

Readme

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

| Node | Type | Description | | -------------------------- | ----------------- | --------------------------------- | | KaiCalls: New Lead Created | Trigger (polling) | Fires when a new lead is created. | | KaiCalls: Call Completed | Trigger (polling) | Fires when a call finishes. | | KaiCalls: Lead | Action | Creates 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