Package Information
Downloads: 1 weekly / 13 monthly
Latest Version: 0.1.0
Author: DataMerge
Available Nodes
Documentation
@datamerge/n8n-nodes-datamerge
Custom n8n community node package for DataMerge, mirroring the functionality of the Zapier @zapier-datamerge app.
This package exposes a single DataMerge node with multiple operations:
Start Company EnrichmentGet Company Enrichment ResultGet CompanyGet Company Hierarchy
The operations, fields, and response shaping are designed to match the existing Zapier app as closely as possible.
Installation
- Build the package:
cd /Users/vjong/Development/datamerge/datamerge-zapier/n8n-nodes-datamerge
npm install
npm run build
- Install the built package into your n8n instance (for example, in a self-hosted setup) from npm once published:
npm install @datamerge/n8n-nodes-datamerge
Restart n8n after installation so that it picks up the new node.
Credentials
The node uses a single API Key credential, identical to the Zapier app:
- API Key is sent as:
Authorization: Token <API_KEY> - The connection test calls
https://api.datamerge.ai/auth/infoand uses the returnedemailas the connection label.
Operations
The DataMerge node exposes the following operations (1:1 with the Zapier app):
- Start Company Enrichment:
POST /v1/company/enrich - Get Company Enrichment Result:
GET /v1/job/{job_id}/status - Get Company:
GET /v1/company/get - Get Company Hierarchy:
GET /v1/company/hierarchy
Input fields, validation rules, and response shaping are modeled after the Zapier implementation in zapier-datamerge.