Form PDF's sent through API

  • westen norris
    Asked on June 21, 2018 at 8:26 PM

    Hello JotForm Support Rockstars!

    Is there any way to set up an integration where a form submission that generates a PDF can be sent or pullled into a web application like insightly crm?

    I was looking at the tech docs in the developer section and didnt see any way to GET or POST the PDFs that are generated upon form submission.

    Please let me know if there is any way to retrieve the PDFs from JotForm via API.

    cheers!

    Wes


  • Jan
    Replied on June 21, 2018 at 9:28 PM

    I checked our API Documentation and I also did not find any instructions on how to get the PDF submission via GET or POST method. For API related concern, I recommend contacting our API team at api@jotform.com

    Please take note that there is a way for you to get the PDF files using this short URL:

    http://www.jotform.com/pdf-submission/{id}

    {id} = submission ID

    You can probably create an API or script using this short URL.

    Hope that helps. Thank you.