n8n
Fair-code workflow automation you can self-host. Wire up webhooks, APIs and AI steps with a visual editor or code.
- #automation
- #webhooks
- #workflows
- #self-hosted
- #ai-agents
n8n is a node-based workflow automation tool. Workflows start from triggers such as incoming webhooks, cron schedules, or app events. They pass data through hundreds of built-in integrations, JavaScript or Python code nodes, and LLM and agent nodes.
Why it’s useful
- Self-hostable: run it on your own infrastructure with Docker, or use n8n Cloud.
- Webhook-first: every workflow can expose a webhook URL. Pair it with the Webhook Payload Inspector to work out the paths to the fields you need.
- Code when you want it: drop into JavaScript whenever the visual nodes run out.