How I can integrate my python code with jotform?

  • shahibimal
    Asked on April 3, 2019 at 3:28 AM

    Hi Team,

    I have created a sample form to take input from customer and as the customer submit the form I want to execute a python code to save the data into some database server and also to perform some other task based on the data submitted by the customer.

    How we can achieve this ?

    Waiting for your reply.

  • aykut
    Replied on April 3, 2019 at 6:06 AM

    Hi shahibimal,

    you can achieve that workflow with webhooks integration.

    the webhook will send the form data with internal submission details.

    It's in your form builder page:

    1554285545Screen%20Shot%202019 04 03%20a Screenshot 10

    You have also the possibility to create webhooks through the JotForm API like this:

    http://api.jotform.com/docs/#post-form-id-webhooks


    For further info I suggest you this guide:

    https://www.jotform.com/help/245-How-to-Setup-a-Webhook-with-JotForm 

    Thank you for using JotForm