In Make, create a new scenario starting with the Webhooks > Custom webhook trigger.
Copy the webhook URL Make generates.
Open the form's Settings and switch to the Integrations tab.
Pick the Make.com sub-tab.
Toggle on Enable Make.com Integration.
Paste the webhook URL into the Webhook URL field.
Click Test Webhook to send a sample payload and confirm the connection.
Save the configuration.
The Test Webhook button sends a sample payload to the saved URL without a real form submission. The test payload includes a dummy campaign_id, campaign_name, test UTM values, and an 'Is webhook works?: Yes' field. Use it to confirm the endpoint is reachable and Make's data structure detection can run.
Each real submission POSTs a JSON body. Most fields are keyed by the step's question text. Fields flagged as name, email, phone, or postcode are remapped to the keys 'name', 'email', 'phone', and 'postcode'. The payload also includes: campaign_id (the form slug), campaign_name (the form name), UTM fields (utm_source, utm_medium, utm_campaign, utm_content, utm_term, utm_referrer), address fields (county, town, street), and created_at.