I do not have ability to write server side script in the webhook script.
I can only do client side.
So, I was thinking I will pass the value of email field as a url parameter so I structured my webhook url as
http://www.url.com/script/?email=(email)
But when I parse the url parameter in my webhook script i get empty string.
Any possibility to get data in client side.