URL from webhook

What are you trying to achieve?

Hello Makers!!

I am new to Make, and I’ve created a webhook to get data from form submission. However, I noticed that the url is not being captured. I would like to know if there is a way to get the URL from the page the form is sent with the webhook or any other way. Basically, I need to capture the URL to analyze the UTMs parameters.

Thanks.

Steps taken so far

Created a Webhook
The form’s name and fields data are being sent to G Sheets. (for testing purpose)
This will be later sent to CRM (Odoo).

Screenshots: scenario setup, module configuration, errors

Welcome to the Make Community!

You’ll have to run the webhook once and send example data in the query string, so that it knows which parameters exist, and convert them into variables for you.

Please see the webhook tutorials in the Make Academy for more information.

Hope this helps! Let me know if there are any further questions or issues.

@samliew