How the uploaded files are received through Webhook?

  • bhage
    Asked on February 22, 2017 at 9:54 AM

    Are attached files submitted via web hooks in multi-part form data?  I am having trouble getting the files on the other end of the hook.  This is crucial for my system. 

     

    Thank you!

  • Nik_C
    Replied on February 22, 2017 at 12:54 PM

    Hello,

    You should receive the file link together with the other data. When using regular upload field, you should receive a link that will look similar to this:

    https://www.jotformpro.com/uploads/USERNAME/formID/submissionID/fileName

    Where fileName will be the actual file.

    What is the issue you have?

    Are you receiving the file on the other side of the hook at all?