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.
Diese Übung ist Teil des Kurses
Intermediate Workflow Automation with n8n
Interaktive Übung
In dieser interaktiven Übung kannst du die Theorie in die Praxis umsetzen.
Übung starten