From the course: Build with AI: Vibe Code a Prompt Engineering Agent to Drive LLM Adoption
Unlock this course with a free trial
Join today to access over 25,200 courses taught by industry experts.
Configuring a webhook in n8n
From the course: Build with AI: Vibe Code a Prompt Engineering Agent to Drive LLM Adoption
Configuring a webhook in n8n
- [Instructor] Now that we've got our Bolt prompt set up, we're going to connect it to N8N so we can start capturing the data that users will be submitting. If you don't already have an N8N account, you'll need to go to n8n.io and create one now. So you'll be setting a public facing name for your account. So please note that this name will be visible in the URL of any shareable assets you create. Once you are logged into N8N, you're going to land on an interface that looks like this, and then in the upper right corner, you'll see a button that says Create Workflow. So you just want to click on that to create your first workflow and we're going to call this workflow Prompt Engineering Agent. Great. So that's all set up. Now the first thing we want to do within this workflow is to create a web hook. So you just want to click this plus button here and search for the node called Webhook and we will set the HTTP method to POST. You want to leave the path as is and make sure that this…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.