Automatic API update

Hello,
I have a question regarding the Adalo API. I did not fond any information regarding an automatic API call that could happen every X hours.
In my precise case, I need to send automatically a call from the adalo app (every 2 hours) to receive updated data from another app.

I have not been able to find how to create these automatic calls…do you know if it’s possible with the Adalo API?
Thanks

Hi Lawrence, you need to trigger the action elsewhere with some type of Cron job. So for example, set up an action on make/integromat to perform every 2 hours, which then calls the Adalo API, and update the data.

Thank you !!