Package Information
Downloads: 492 weekly / 492 monthly
Latest Version: 0.2.1
Available Nodes
Documentation
n8n-nodes-doppelganger
Official n8n community node for running Doppelganger tasks via the local API.
Install
Classic n8n Community Nodes (recommended)
- In n8n, open Settings -> Community Nodes.
- Enter the package name:
n8n-nodes-doppelganger. - Install and restart n8n if prompted.
Manual
npm install
npm run build
Then add the package in n8n as a community node or publish to npm and install from there.
Setup
- Create Doppelganger API credentials in n8n.
- Base URL:
http://localhost:11345(or your server) - API Key: from Doppelganger Settings
- Base URL:
- Add the Doppelganger node to a workflow.
- Set your Task ID and optional variables (JSON).
What it does
Calls:
POST /tasks/:id/api
Auth header: x-api-key.
Links
- Homepage: https://doppelgangerdev.com
- Docker: https://hub.docker.com/r/mnemosyneai/doppelganger