Make webhook

The Make.com integration POSTs every submission to a webhook URL. Use it to trigger a Make scenario, or any other HTTPS endpoint that accepts a POST request.

Create the webhook in Make

  1. In Make, create a new scenario starting with the Webhooks > Custom webhook trigger.

  2. Copy the webhook URL Make generates.

Connect it to your form

  1. Open the form's Settings and switch to the Integrations tab.

  2. Pick the Make.com sub-tab.

  3. Toggle on Enable Make.com Integration.

  4. Paste the webhook URL into the Webhook URL field.

  5. Click Test Webhook to send a sample payload and confirm the connection.

  6. Save the configuration.

Test Webhook

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.

The payload

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.

Did this answer your question?
😞
😐
😁