n8n-nodes-nevermiss
v0.1.1
Published
n8n community node for the NeverMiss AI receptionist API — access calls, leads, bookings, and stats
Maintainers
Keywords
Readme
n8n-nodes-nevermiss
This is an n8n community node for the NeverMiss AI receptionist API. It lets you access calls, leads, bookings, and statistics from your NeverMiss account directly in your n8n workflows.
NeverMiss is an AI-powered receptionist and automation platform built for home service businesses (HVAC, plumbing, roofing, electrical). It answers every call 24/7, qualifies leads, books jobs, and integrates with your CRM.
Installation
Follow the installation guide in the n8n community nodes documentation.
npm install n8n-nodes-nevermissCredentials
To use this node, you need a NeverMiss API key.
- Get your API key from your NeverMiss dashboard or contact [email protected]
- In n8n, go to Credentials > Add Credential > search for NeverMiss API
- Enter your API key and click Save
The credential will be tested automatically against the NeverMiss API.
Nodes
NeverMiss
The main action node with the following resources and operations:
| Resource | Operation | Description | |----------|-----------|-------------| | Call | Get | Get a call by ID (includes full transcript) | | Call | Get Many | Retrieve a list of calls | | Lead | Get | Get a lead by ID | | Lead | Get Many | Retrieve a list of captured leads | | Booking | Get | Get a booking by ID | | Booking | Get Many | Retrieve a list of booked appointments | | Stats | Get | Get aggregate call statistics | | Webhook | Create | Register a webhook for real-time notifications | | Webhook | Delete | Remove a registered webhook |
NeverMiss Trigger
A polling trigger node that watches for new incoming calls. Configure the polling interval in your workflow settings.
