Webhook trigger
Accepts a JSON enquiry from a form or another service.
A working n8n pattern for receiving an enquiry, preparing it for action, and sending a useful operational handoff without losing the original context.
The export is a starting point: swap in your credentials, connect the destination, and adapt the fields to your own intake.
Automation Lab is where I test the small details that make workflows dependable: what starts the run, how messy information gets shaped, where a person needs to stay in the loop, and what should happen when a service is unavailable.
This workflow starts from a webhook, normalises the incoming enquiry, and creates a structured handoff. It is intentionally compact so the logic stays easy to inspect, explain, and extend.
Accepts a JSON enquiry from a form or another service.
Maps the input into a consistent name, email, topic, and message.
Returns a stable response that can feed a notification or internal tool.