Are we able to send PDF form to webhooks?

  • JoshAdler
    Asked on May 7, 2024 at 4:30 PM

    Can I send the pdf form through a webhook?

  • Bilal JotForm Support
    Replied on May 7, 2024 at 4:52 PM

    Hi Josh, 

    Thanks for reaching out to Jotform Support. Unfortunately, webhooks don't transmit PDF forms directly, they only deliver data. However, you can dynamically generate the PDF link and retrieve the report via a straightforward HTTP request programmatically.

    To request the PDF Submission Report for any submission, you'll need to use this URL format:

    https://www.jotform.com/server.php?action=getSubmissionPDF&sid=[SUBMISSION-ID]&formID=[FORM-ID]

    Here, you replace [SUBMISSION-ID] with the specific ID of the submission you're interested in and [FORM-ID] with the ID of the form. With this link, you can programmatically fetch the PDF report via HTTP call.

    Give it a try and let us know if you need any other help.

 
Your Answer