JSON of XML?

  • sebastiaan Post
    Gevraagd op 7 maart 2024 om 09:20

    Beste meneer/mevrouw,

    Is het mogelijk om via Jotform ingevulde formulieren als JSON of XML te exporteren en automatisch door te sturen?

    We horen het graag.

    Met vriendelijke groet,
    Sebastiaan Post
    Go North

  • Justin_E Jotform Support
    Geantwoord op 7 maart 2024 om 11:29

    Hi {username},

    Thanks for reaching out to Jotform Support. Unfortunately, our Dutch Support agents are busy helping other Jotform users at the moment. I'll try to help you in English using Google Translate, but you can reply in whichever language you feel comfortable using. Or, if you'd rather have support in Dutch, let us know and we can have them do that. But, keep in mind that you'd have to wait until they're available again.

    Now, let me help you with your question. You should be able to export the form in JSON via Jotform's API. First, you need to create your API key, check out this guide on How to Create a Jotform API Key. Once you have the API key, you may visit Jotform's API documentation for instructions on executing and getting the reports.

    For further assistance regarding API, we also suggest contacting our API team by filling out this form.

    Give it a try and let us know if there's anything else we can help you with.

  • sebastiaangonorth
    Geantwoord op 28 maart 2024 om 09:19

    Hello Justin,

    Thank you for your response.

    We are working with a CRM system called Travel Spirit and it is possible to send data to them by JSON so a Contact is automaticly made in our CRM system.

    If we want this it is necessary that a JSON file is send with the e-mail that goes to our standard email adres info@go-north.nl. The JSON file has to look like this:

    JSON of XML? Image 1 Screenshot 20


    Would this be possible somehow and how do we need to fill our forms so it can come out in a JSON like this.

    We would like to hear from you.

    Kind regards,
    Sebastiaan Post
    Go North Travel

  • Princess Jotform Support
    Geantwoord op 28 maart 2024 om 14:19

    Hi Sebastiaan,

    Thanks for getting back to us. You should be able to export the form in JSON via Jotform's API. First, you need to create your own API key. You can visit this guide on How to Create Jotform API Keys. Once you have the API key, you may visit Jotform's API documentation here for instruction on how to execute and get the reports.

    You can also check out our user guide on How to Send Submission Data via a POST Request. This guide shows how to send your form fillers’ data after submission via an HTTP POST request to your server, a custom thank-you page, or a third-party service. Also, if you want to view your form’s submissions as POST data, you can check out this guide on How to View Submissions as POST Data for more detailed information.

    Let us know if you have further questions.

  • sebastiaangonorth
    Geantwoord op 29 april 2024 om 04:27

    Hello,


    Thank you for your reaction.

    would it also be possible, when someone fills in a form, to ensure that a JSON form (with data from the form) is automatically sent as an attachment to our own email address?

    Kind regards,
    Sebastiaan Post

  • Raymond Jotform Support
    Geantwoord op 29 april 2024 om 06:40

    Hi Sebastiaan,

    You might need to create an intermediate endpoint to accept the submission as POST Data from Jotform change the format to fit your requirement and send it to your partner endpoint. We also have Use Cases examples on our API documentation that you can check out.

    Reach out again if you have any questions.