We have a script calling the Webflow API every 5 minutes to sync our own API data with the Webflow CMS. If theres’ any changes to our data this script will automatically sync the webflow collection data within 5 minutes time. Great alternative, now that Webflow doesn’t support external databases natively, and all.
Every change to our data will result in a POST / PATCH/PUT or DELETE call (depending of the sync action needed) for each item needing update. When there’s no changes needed the script will only call the API once every 5 minutes (to get and compare the webflow collection data).
However, that’s not what we’re experiencing. The rate limit return random numbers, even though there’s only 1 call per 5 minutes. What to do!?
There’s a similar thread (Rate Limit issues with API) describing this issue, but without any answers. @EvanCowan or @DukeDiamond - if you found a solution, could you please share it with the community?
Many thanks in advanced…