n8n-nodes-magic-inbox
Version:
Magic Inbox P2P - Revolutionary workflow teleportation system for n8n
101 lines (66 loc) β’ 3.22 kB
Markdown
# π¬ Magic Inbox P2P for n8n β β¨ Instantly Teleport Workflows
**Magic Inbox** is the simplest, most powerful way to **TELEPORT your workflows, messages, or files** between any two n8n instances β instantly, securely, and with no central server.
All you need:
- A Magic Inbox _receiver_ ("Inbox" node, webhook trigger)
- A Magic Inbox _sender_ ("Send" node, transformer)
- A trusted peerβs webhook URL β and the magic happens!
## β¨ Teleport Your Automation
- π **Click, Send, Teleport:** Send a workflow or any file to another n8n, anywhere in the world, with a single node.
- πͺ **No cloud, no barriers:** Pure peer-to-peer transfer. Your workflow arrives instantly and privately on the recipient's machine, ready-to-use and auto-imported if you wish.
- π **Collaborate with your team:** Share, delegate, or migrate automations on demand, without manual copy-paste or API scripting.
## πΉ Features
- π€ **Teleport workflows, files, and secure messages** P2P between n8n servers
- π¬ **Receive and auto-import** (optional) any incoming workflow β no extra steps!
- β‘οΈ **Works across docker, cloud, self-hosted β anywhere n8n runs**
- π **Whitelist** option: restrict trusted senders
- π **Simple vs Advanced:** auto-import for speed, raw mode for power users
## π οΈ Installation
**npm:**
npm install n8n-nodes-magic-inbox
text
**Docker volume:**
cd /var/lib/docker/volumes/n8n_data/_data/nodes/
npm install n8n-nodes-magic-inbox
docker restart <n8n-container>
text
## π¦ Usage: Teleport in 3 Steps
1. **Create a workflow on n8n-A with your favorite nodes**
2. **Add Magic Inbox Send.**
- Set "Destination Magic Inbox URL" to your teammateβs or other n8nβs Inbox node webhook.
- Choose content type: *Workflow + Message* for teleportation.
3. **On n8n-B:**
- Add and enable a Magic Inbox node (receiver) in any workflow.
- When you hit βSendβ on n8n-A, your workflow is instantly delivered/teleported!
**Auto-import enabled?** The workflow appears, active, in the recipientβs n8n β like magic πͺ
## βοΈ Main Parameters
- **Destination Magic Inbox URL:**
Where to teleport your automation (recipient's webhook).
- **Workflow JSON:**
Paste the full export from n8nβs workflow page (no manual API!).
- **Auto Import:**
If enabled, new workflows are instantly usable by the recipient.
- **Whitelist:**
Allow only trusted emails/IDs as senders.
## π Example β Teleport a Workflow
On n8n-A:
- Export your workflow as JSON (from the workflow menu)
- Use Magic Inbox Send with destination URL from n8n-Bβs Inbox node
- Attach the exported JSON and an optional message
On n8n-B:
- Magic Inbox node receives, parses, and (optionally) auto-imports the workflow into your library
No code, no copy-paste, **no cloud** β just teleport!
## π Bug Report / Contribute
- GitHub: [https://github.com/magic-dev/n8n-nodes-magic-inbox](https://github.com/magic-dev/n8n-nodes-magic-inbox)
- Email : contact@magic-dev.net
## π License
MIT Β© Charles Magic Dev
**Magic Inbox β _THE easiest way to instantly teleport automations between any n8n instances._**