Integrate your form with Webhook

  • AndrewFranks
    Asked on May 9, 2025 at 8:51 AM
    also would like to fire a webhook. Is that possible without using something like zapper?
  • Mahmoud JotForm Support
    Replied on May 9, 2025 at 9:02 AM

    Hi Andrew,

    We have a direct integration with Webhook, which means that you can send form submission notifications to a specific URL once the form is submitted. Let me show you how:

    1. In Form Builder, in the orange navigation bar at the top of the page, click on Settings.
    2. In the menu on the left, click on Integrations
    3. Search for and select the Webhook Integration.
    4. Add the URL and click on Complete Integration.

    Integrate your form with Webhook Image 1 Screenshot 20

    Give it a try and let us know how it goes.

  • AndrewFranks
    Replied on May 9, 2025 at 9:12 AM

    And from here, I can use the "redirect to external link" from the thank you page to fire the web hook, right? I believe I have to customize it somewhat


  • Dayron JotForm Support
    Replied on May 9, 2025 at 10:08 AM

    Hi Andrew,

    From here, once you’ve configured your endpoint and added the URL to the integration as my colleague explained, the submission data will be sent to your endpoint upon form submission. If you’re expecting a different outcome, feel free to provide more details so we can guide you further on how to implement it.

    Let us know if you have any other questions.

  • AndrewFranks
    Replied on May 13, 2025 at 11:30 AM

    So I do have a question, how do I have it redirect to a page and ALSO submit a POST request? In reading the documentation, it seems like they're mutually exclusive?

  • Lars JotForm Support
    Replied on May 13, 2025 at 12:48 PM

    Hi Andrew,

    It's possible to redirect a user upon submission with a POST request. This can be set up using the Thank You page settings on your form. Let me show you how:

    1. In Form Builder, in the orange navigation bar, click on Settings.

    2. In the menu on the left, click on Thank You Page.

    3. Select Redirect to an external link after submission

    4. Enter your URL and enable Redirect with HTTP POST.

    Integrate your form with Webhook Image 1 Screenshot 20

    This will POST the submission data to your redirect URL so that you can use it to customize your Thank You Page on your site, or to process the data further if needed.

    Give it a try and let us know how it goes.