From the course: Build AI Agents and Automate Workflows with n8n
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Creating a new n8n workflow with a trigger - n8n Tutorial
From the course: Build AI Agents and Automate Workflows with n8n
Creating a new n8n workflow with a trigger
- [Instructor] Let's build a new workflow from scratch. In N8N, you can either work in your personal environment or in a project environment. In each of these environments, you can set up workflows, credentials, and see the executions of any of your workflows. And these are kept separate so that you don't have accidental sharing of credentials. Since I'm starting up a brand new project, I'll open my project and then click on Create Workflow. The first thing I'll do is change the name of the workflow. I'll call it Volunteer Lookup. And then I'll start with a trigger. So I'll click Add First Step. This opens up a side panel, and from here I can choose what trigger I want to start with. Options include manual triggers, event triggers, schedule triggers, webhook calls, form submissions, et cetera, et cetera. If we click into On App Event, you see a long list of events from different services that can trigger actions. Under here, you'll find Slack, Google Workplace, Microsoft 365, and…
Contents
-
-
-
Introducing n8n2m 6s
-
The Plan: An AI-powered Slackbot managing a Google Sheet2m 30s
-
(Locked)
Creating a new n8n workflow with a trigger1m 55s
-
(Locked)
Adding an AI agent and a chat model5m 28s
-
(Locked)
Adding a tool to the AI agent4m 47s
-
(Locked)
Using a sub-workflow as a tool4m 48s
-
(Locked)
Using the filter node to modify data4m 51s
-
(Locked)
Creating an MCP server in n8n4m 41s
-
(Locked)
Adding tools to the MCP server3m 50s
-
(Locked)
Creating a Slackbot2m 56s
-
(Locked)
Authenticating Slack3m 31s
-
(Locked)
Adding a Slack trigger2m 16s
-
(Locked)
Sending messages to Slack2m 27s
-
-