Extract and transform nested webhook data
The order payloads arriving at Acme Corp's webhook are nested — customer details sit inside a user object and order details inside an order object. Before your downstream systems can use this data, you need to flatten it into a clean, simple structure.
You'll import a starter workflow with a Webhook Trigger that has pinned sample data, then add an Edit Fields node to extract and flatten the nested fields using dot notation, and a Respond to Webhook node to return the cleaned data.
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