Reshaping Webhook Data in an n8n Function Node

n8n wraps everything in items[{ json }]. Unwrap a webhook payload, rename the fields your CRM expects, and wrap it back up.

All challenges