Receive a webhook and respond
You're building an order processing pipeline for Acme Corp, and the first step is making sure your system can receive incoming orders from external platforms. Right now, orders arrive as HTTP requests — your job is to set up a workflow that catches them and confirms receipt.
You'll create a new workflow with a Webhook Trigger to receive POST requests, then add a Respond to Webhook node that sends back a JSON confirmation with a 200 status code.
This exercise is part of the course
Intermediate Workflow Automation with n8n
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
Start Exercise