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.
Este ejercicio forma parte del curso
Intermediate Workflow Automation with n8n
Ejercicio interactivo práctico
Pon en práctica la teoría con uno de nuestros ejercicios interactivos
Empezar ejercicio