Teleport workflows between n8n instances with Magic Inbox P2P system
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. ๐ฌ Magic Inbox P2P for n8n โ โจ Instantly Teleport Workflows Magic Inbox is the simplest, most powerful way to TELEPO...
Template notes
This workflow contains community nodes that are only compatible with the self-hosted version of n8n.
๐ฌ 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
Docker volume: cd /var/lib/docker/volumes/n8ndata/data/nodes/ npm install n8n-nodes-magic-inbox docker restart
๐ฆ Usage: Teleport in 3 Steps Create a workflow on n8n-A with your favorite nodes 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. 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: