Generic webhooks

The Make.com sub-tab's Webhook URL field accepts any HTTPS endpoint, not just Make scenarios. Use it to send submissions to your own backend, a Slack incoming webhook, or any other service that accepts a POST request.

How to use it

  1. Open the form's Connect → Integrations and pick the Make.com sub-tab.

  2. Toggle on Enable Make.com Integration.

  3. Paste the URL of your endpoint.

  4. Click Test Webhook to confirm the endpoint is reachable before any real submission arrives.

  5. Save the configuration.

Payload shape

Every submission POSTs a JSON body containing: campaign_id (the form slug), campaign_name (the form name), each answer keyed by the step's question text (with special remapping for fields flagged as name, email, phone, or postcode), utm_source, utm_medium, utm_campaign, utm_content, utm_term, utm_referrer, county, town, street, and created_at.

Respond fast

Your endpoint should respond with a 2xx status within a few seconds. Slow or failing endpoints cause re-sends to fail too. You will see that in the row action buttons on the leads table.

Did this answer your question?
😞
😐
😁