Jotform webhook post data

  • Samuel Thomas
    Asked on January 13, 2019 at 9:13 AM

    Is it possible to collect the values of form data elements through postman after creating

  • Mike
    Replied on January 13, 2019 at 12:30 PM

    We do support webhooks:

    How to Setup a Webhook with JotForm

    The scheme is the following:

    Form Submission > JotForm Submission Processing > Automated Webhook post request to your specified Webhook URL

    For example, you can use a https://requestbin.fullcontact.com service to test the Webhook post data submission.

    It seems that postman has an option to 'Capture API requests with Postman', so it might be possible to receive the requests in Postman via their proxy.