-
cyoyacFecha de consulta 14 de febrero de 2024, 15:31
Estimados
Buenas tardes
Tenemos un servicio llamado Parrotfy, el cual mediante integración, recibe los datos ingresados en formularios de Jotform pero no recibe los archivos adjuntos. Es posible configurar el formulario para que los archivos lleguen como enlace público donde cualquiera pueda ver la imagen? o algún proceso similar que nos puedan sugerir?
Adjunto a continuación un ejemplo creado en Jotform y cómo lo recibe Parrotfy.
https://www.loom.com/share/5d52f4a55a0a4eab8b5efa565e80e4a0?sid=2c964350-c5da-429d-8444-f39611c4e1c0
El formulario utilizado fue https://form.jotform.com/240293433754659
Quedo muy atenta a su respuesta.
Muchas gracias
Saludos
Carmen
-
Sweta Jotform SupportFecha de respuesta 14 de febrero de 2024, 22:56
Hi Carmen,
Thanks for reaching out to Jotform Support. Are you passing the data to your Parrotfy service using Webhooks? If so are you getting the submission ID in your response? You can append your account's username, form ID, and submission ID to the following URL to create the link to the uploaded image.
You can use the following format of the uploaded image and create an image link out of it:
https://files.jotform.com/jufs/username/formID/SubmissionID/filename
or
https://www.jotform.com/uploads/username/formID/SubmissionID/filename
A sample image link:
https://www.jotform.com/uploads/sweta_s/240448595942972/5837759343442299957/test
This will return the uploaded file.
- FormID: You can find the form ID by following this guide:
- SubmissionID is generated once the form is submitted
Give it a try and let us know if you need any help.