Can i pass variables in a webhook via the URL?

  • daviddekel
    Asked on March 24, 2015 at 8:38 PM

    meaning, can i set a web hook URL to include jotform generated values in the actual URL?

     

    Example

     

    http://site.com/webhook.php/?email={email}&name={name}

     

    {}  being the jotform form submitted values

     

    please let me know

     

    thanks.

  • Ashwin JotForm Support
    Replied on March 25, 2015 at 4:31 AM

    Hello daviddekel,

    As far as I know the webhook URL cannot be altered to include URL parameters. But, why do you need to pass URL parameters to a webhook URL?

    When the form is submitted, it will post all the form fields data to webhook URL. If you want to pass some other data to webhook, youshould actually add "Hidden Box" widget in your form. You can take advantage of our "URL Parameter" feature to populate the hidden widget with desired values.

    Once the form is submitted, the value of hidden widget will also be posted to webhook URL.

    Hope this helps.

    If you meant to ask something else, do get back to us with your question a little more in detail and we will surely help you.

    Thank you!