Webhook and medias/attachments availability

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

  1. Configure the webhook
  2. Send some submissions with few images and with a low internet connection
  3. 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!

Welcome to the community, @alex_pairault! Have you also tried this and checked it out through the UI to see if the same happens?

Hi @Kal_Lam

Thank you so much for your very fast reply :slight_smile: I cannot see the image you might have uploaded! Here’s the webhook configuration I currently have:

Thanks :slight_smile:

Alex

Hi @Kal_Lam ,

Yes I have also tried via the web platform and had the same result!

Thanks for your help