logo
icon

n8n

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

PlatformZeabur
Deployed1160
Publisheryuaanlin
Deployed1160 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.

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.