Is it possible to create Webhooks for form creation?

  • leinelissen
    Asked on September 19, 2017 at 6:55 AM

    Hi!

    I'm currently looking to integrate JotForm into a custom app, and wondered if it is possible to setup web hooks for newly created forms, so they can be available in the app whenever they're created.

     

    Thanks in advance!

    Lei

  • eezgikrtl
    Replied on September 19, 2017 at 8:53 AM

    Hello,

    It is possible to setup web Hooks integration for created Forms.You can follow up this link to do that: https://www.jotform.com/help/245-How-to-Setup-a-Webhook-with-JotForm.

    If you need any further assistance, please let us know.

  • leinelissen
    Replied on September 19, 2017 at 9:02 AM

    Is it also possible to create web hooks that are triggered when a form is created, rather than when a new answer is submitted?

  • Elton Support Team Lead
    Replied on September 19, 2017 at 11:07 AM

    Sorry but that's not currently possible. Webhooks are only triggered during submissions.

    However, I believe you can still achieve that when you use JotForm API to create forms then during create event, you can trigger another function.

    http://api.jotform.com/docs/#put-forms

    Hope this helps!