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.
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