Custom API with polling process

Hi,
I’d like to create app which use custom api as below, is it possible in Adalo?

  • Adalo custom API will polling to AWS S3
  • file is uploaded to AWS S3 then Adalo API detects it
  • get file from S3 and load to Adalo DB ( or use value in file at Action)

You can’t do polling or look for changes in external files in Adalo, but you can certainly use Integromat or Zappier to do it all and then update Adalo!

Hi,
Thanks for your reply, and I’ve thought about Integromat or Zappier, too, but they don’t meet my needs due to interval time, I have to detect file upload on S3 in 30 seconds though they have their interval at least 1 minute…