n8n-nodes-nummeropslag
v0.1.1
Published
n8n community node for Danish phone-number lookup, caller ID, carrier and spam signals from Nummeropslag
Maintainers
Readme
n8n-nodes-nummeropslag
An n8n community node for privacy-first Danish caller ID and reverse phone lookup through Nummeropslag.
The node uses official CVR and Danish number-plan data plus anonymous community spam reports. It never uploads contacts and never returns names of private individuals.
Operations
- Look Up Number — company, operator, number type, spam/trust and comments.
- Check Spam — compact spam/scam verdict for routing workflows.
- Get Operator — operator and number type.
- Search Businesses — search Danish companies by name in CVR data.
- Get API Status — scopes, quota and current usage.
Every operation can also be exposed as an n8n AI tool.
Installation
Install n8n-nodes-nummeropslag from Settings → Community Nodes in a
self-hosted n8n instance, or follow the
n8n community-node installation guide.
Credentials
- Get a Nummeropslag API key at https://nummeropslag.dk/api-noegle.
- Create a Nummeropslag API credential in n8n.
- Paste the key. n8n stores it as a secret credential and sends it only in the
X-API-Keyheader tohttps://nummeropslag.dk.
Example workflows
- Route likely spam calls to an alert channel.
- Enrich CRM leads with registered Danish company data.
- Verify the operator and number type before sending an SMS.
- Let an n8n AI Agent look up a caller without exposing private contacts.
Development
npm install
npm run lint
npm run buildAPI documentation: https://andrey-tut.github.io/nummeropslag-api/
License
MIT
