trieb-work / schemabase

The schemabase Integration framework to build custom data movers between different cloud services. Using BullMQ, Webhooks, Prisma Database and more
https://schemabase.app
MIT License
5 stars 2 forks source link

Zoho: use efficient scrolling with time filter #357

Closed JannikZed closed 1 year ago

JannikZed commented 1 year ago

better use the sliding window to further reduce API calls by using the last_modified_time filter with a real time filter. We just need to find out how to format the timestring to work with Zoho easily

JannikZed commented 1 year ago

done