Webhooks y API de archivos

  • bisurgic
    Fecha de consulta 31 de enero de 2024, 9:10

    Buenos dias, estoy haciendo una integracion con nuestro sistema y Jotforms. La API funciona bien, puedo recuparar los formularios y sus respuestas sin problemas. Cuando intente utilizar los webhooks, logre que se disparen y lleguen a la URL especificada, pero por algun motivo cuando hago un log del objeto que recibo, la parte de datos esta vacia, y no veo la informacion del formulario completado. Estoy utilizando NodeJS con Express.

    La otra consulta que tengo es, nuestro formulario, tiene varios campos de subir archivos. Salvo que haya leido mal la documentacion, no logre ver como obtener los archivos usando la API de archivos, para poder tomar esos archivos subidos y agregarlos a Google Drive. Es posible?

    Muchas gracias

  • Afzal Jotform Support
    Fecha de respuesta 31 de enero de 2024, 15:19

    Hi Claudio,

    Thank you for reaching out to Jotform Support. I am currently using a translation to provide assistance, but if you want to get assistance in the Spanish language, we can forward your request to our Spanish Support Team, but please note that it may take longer to receive a response.

    I understand you are having trouble with the webhooks and the files API. For the webhooks issue, you can check out this thread where my colleague has suggested some possible solutions.

    For the files API issue, unfortunately, it is not possible to send the uploaded files directly using API, webhook, or any other integration. You will receive the URL to the uploaded files which you can use to download the uploaded files and then save to Google Drive.

    Let us know if there’s anything else we can help you with. 

  • bisurgic
    Fecha de respuesta 31 de enero de 2024, 16:57

    Hi, thanks for your answer. I did what is mentioned on that post, and it sill does not work. Nothing gets pass to a node js express app. req.body is empty, rawBody is also not present, so there is no way I can see to get the info from the submitted form. Any other way I can make this work?

    Thanks