Package Information
Documentation

n8n-nodes-krispcall
This repository contains the custom n8n node for Krispcall, designed to help you automate your telephony workflows directly within n8n. It includes the node linter and other necessary development dependencies.
KrispCall is an AI-powered modern telephony platform that helps businesses streamline communication with virtual numbers, advanced calling features, and seamless CRM integrations.
This n8n community node enables you to integrate KrispCallβs advanced telephony features into your n8n workflows. You can create and manage contacts, send SMS/MMS messages, retrieve voicemails, and manage webhooks directly from n8n.
π§ Features
- π API key authentication
- π Create and manage contacts
- π€ Send SMS and MMS
- π₯ Retrieve voicemails and phone numbers
- π Create and delete webhooks for real-time event handling
π¦ Installation
Install this community node in your n8n instance:
npm install n8n-nodes-krispcall
Or via the n8n Community Nodes UI (under Settings β Community Nodes β Install).
π Authentication
To use this node, you must have a KrispCall account and an API key.
Get your API Key
- Sign in to your KrispCall account
- Navigate to Settings β Developer
- Click Generate API Key
- Copy the key and use it when setting up credentials in n8n
Credentials Setup in n8n
Base URL: https://app.krispcall.com/api/v3/platform/n8n
API Key: Paste your KrispCall API key
π Supported Resources & Operations Resource
| Resource | Actions | Triggers |
|---|---|---|
Contact |
Create, Delete | New Contact, Call Logs |
SMS MMS |
Send | New SMS or MMS, |
Voicemail |
Get | New Voicemail |
π Example Usage
Create a Contact
- Connect to KrispCall via
credentials - Select resource:
Contact - Choose operation:
Create - Provide the contact details (
name,phone, etc.) - Execute
Send SMS
- Select resource:
SMS - Choose operation:
Send - Set
phone numberandmessage - Execute