icon

n8n

n8n allows you to build flexible workflows focused on deep data integration.

PlatformZeabur
Deployed2934
Publisheryuaanlin
Deployed2934 times
Publisheryuaanlin
Created2023-11-08
Services
service icon
service icon
Tags
Tool

n8n

n8n allows you to build flexible workflows focused on deep data integration. And with sharable templates and a user-friendly UI, the less technical people on your team can collaborate on them too. Unlike other tools, complexity is not a limitation. So you can build whatever you want — without stressing over budget.

Usage

This template allows for one-click deployment. Bind a domain and start using n8n to automate your workflows.

Upgrading n8n

Go to the "Settings" tab of the "n8n" service and upgrade the n8n version in the "Image" section.

You can find the latest version of n8n here: https://github.com/n8n-io/n8n/releases

upgrade n8n

Python

See the n8n - Using the Code node - Python documentation for details. tl;dr: the dependencies that can be used is very limited.

If you need to run your customized Python workflow, it is better to deploy your Flask application with your logic, and let n8n to call your API to get the processed result.

A basic Flask template can be seen here: https://github.com/zeabur/flask-template.