/ Screencast — 22 seconds

Gravity Forms to Webhook — Full Walkthrough

Form submitted in the browser → gform_after_submission fires → Webhook Actions delivers to n8n → Event Log confirms HTTP 200. One take, no edits.

/ What This Screencast Shows

An end-to-end walkthrough of the complete Gravity Forms to n8n webhook integration in a single uncut take. The screencast starts from the Gravity Forms form in the browser — a user fills in the fields and submits.

Gravity Forms fires the gform_after_submission hook, which Webhook Actions picks up and dispatches asynchronously to the configured n8n Webhook trigger. The n8n workflow receives the raw JSON payload containing all form field values mapped by their field IDs — exactly as they were submitted.

Finally, the screencast shows the Event Log entry in the WordPress admin confirming HTTP 200, delivery timestamp, and response time. This is the complete data path — from browser input to n8n automation — with no manual steps and no code required beyond the initial plugin configuration.

Step-by-step setup guide with payload mapping, field IDs, and REST API retry control → Gravity Forms Webhooks: Send Submissions to n8n