/ Screencast — 15 seconds

Contact Form 7 to Webhook — End-to-End Walkthrough

CF7 form submitted in the browser → wpcf7_mail_sent fires → Webhook Actions delivers to n8n → Event Log confirms HTTP 200. One uncut take.

/ What This Screencast Shows

This end-to-end screencast follows a Contact Form 7 submission through the complete webhook delivery pipeline using Webhook Actions by Flow Systems.

Starting from the CF7 form in the browser, the submission triggers the wpcf7_mail_sent action hook. Webhook Actions picks this up, serializes the form data as JSON, and dispatches it asynchronously to the configured endpoint — in this case an n8n Webhook trigger node.

The screencast then shows the Event Log entry in the WordPress admin with HTTP 200 status and delivery timestamp, followed by the n8n workflow receiving the raw JSON payload containing all submitted field values. No code was written — the entire integration is configured through the plugin UI.

Step-by-step setup guide with code examples and REST API control → CF7 to Webhook: Send Contact Form 7 to n8n