MDZ_FV

★ 6.5 · n8n · complex · 16 nodes

MDZ_FV is an n8n automation template that receives an incoming webhook and writes the payload to Google Sheets. Reach for it when a website form or external service fires a webhook and the data needs to land in a spreadsheet automatically — no manual copying, no custom code — or when you want every incoming event from a third-party tool recorded as a new row in Sheets without building the plumbing yourself. Trigger: webhook. Integrations: Google Sheets. The workflow catches the incoming HTTP request and maps its fields into a Google Sheets row; it is deployed as an n8n workflow (self-hosted or cloud) and imported via JSON. Direction is inbound — receive a signal and write to a table — not outbound reading from Sheets and pushing elsewhere (use a different template in the catalog for that flow). Works well for straightforward data-capture use cases; not the right fit when branching logic, data transformation, or multi-service orchestration is required — source unavailable, capabilities confirmed by metadata only.