n8n Blotato Node
Here is the community Blotato node for n8n, which I'm working on making an official node: https://github.com/Blotato-Inc/n8n-nodes-blotato
If you have any issues, contact support by clicking the orange button in the bottom right corner, within Blotato app.
How do I enable n8n community nodes in self-hosted n8n on Railway, DigitalOcean, etc?
Step 1: Go to Dashboard Navigate to your n8n project on Railway, DigitalOcean, or similar service.
Step 2: Open the Environment Tab In the left sidebar, click on "Variables" or "Environment" (it depends on the UI update at the time).
Step 3: Add the Variable Click "New Variable" and add the following:
Key: N8N_ENABLE_COMMUNITY_NODES
Value: true
Make sure to click Save after adding it.
Step 4: Restart the Service Go to the Deployments tab and click "Restart" to apply the environment variable.
Step 5: Verify in n8n UI Go back to your n8n instance (e.g., https://primary-production-adb7.up.railway.app).
Go to Settings > Community Nodes.
You should now be able to install community nodes directly.
You may need to restart your n8n docker as well.
How do I update the n8n Blotato node?
Update the Blotato n8n community node as follows: โ
Go to n8n Settings > Community nodes
Find Blotato node and click Options
Click Update
Last updated
Was this helpful?