How do I send this post data in JSON format instead of multipart form?
- OyeOkAsked on February 15, 2017 at 03:08 PM
How do i send this post data in json format instead of multipart form??
This is a re-post of a comment on How to Setup a Webhook with JotForm
- JanAnswered on February 15, 2017 at 05:37 PM
My understanding is that you want to download the form submissions in a JSON format. Unfortunately, we currently don't have that feature. However, you can download the form submissions into an Excel, CSV or PDF file.
Here's a guide: How-to-Download-Form-Submissions-as-Excel-CSV-PDF.
After that, you can probably use a third party application to convert it to a JSON format.
Please take note that you can send the POST Data in the Thank You Page. Here's a guide: How-to-Post-Submission-Data-to-Thank-You-Page.
Hope that helps. Thank you.
- alramoAnswered on March 06, 2017 at 02:17 PM
Man, what this guy needs is the same I need.
We added Webhook integration to post data to a specific url, but we need this data to be postd as json, with content-type "application/json" and not the multipart/form one ! - JanAnswered on March 06, 2017 at 03:00 PM
@alramo
I can see that you already opened a separate thread. Please wait for our reply on this thread: https://www.jotform.com/answers/1082988.
Thank you.