Description
Hello guys,
We’re using the webhook feature to automatically save one new submission in one of our Azure Container. However, in these downloaded JSON files, we sometimes notice that some images do not have a download URL link in the “_attachements” list. It appears that if we try to fetch again the submission via the API few minutes after, the URLs are now all available.
Have you already experienced such behaviour? Does it depend on the mobile device internet connection and it would take some time to upload the pictures in such scenarion?
Steps to Reproduce
- Configure the webhook
- Send some submissions with few images and with a low internet connection
- Take a look at the _attachments key and check if the list of download URLs is exhaustive
Expected behavior
Either:
- have the information in the json if the list is exhaustive or not
- or post the submission to the webhook only if the list in _attachments is exhaustive
Thank you so much!