n8n (pronounced “n-eight-n”) is an open‑source workflow automation, Agentic AI, and orchestration platform. It lets you build AI Agents and connect APIs, databases, and services with a visual, node‑based editor, while still giving you the power to drop into code when you need it. For agentic AI, that combination—no‑code orchestration with just‑enough code—makes n8n an ideal control plane for prototyping and building systems that can perceive, plan, and act across tools.
A builtin set of actions that transfer data from one point to another .
triggerIt starts the automationFilterIt is used to filter the actionsActions(App)It allows us to interact with app .i.e Google Sheet
- manual
- Scheduled
- According to the Application
- Mapping
Mapping includes the followin things are as follows:
- Understanding the Task
- Understand the use case of Tool .
- Feasibility of Automation .
- Estimation of Workload .
- need for human interaction .
Webhook is used to get data from another application when the particular event occurs .
Everything on the canvas is called node .
- Start Node (trigger)
- Action Node (.i.e. Data Transformation )
- Exit Node