Dear All,
are there any API limits for Zoho Mail? For some reason requests stuck with a timeout and I don't know why that happens.
Our use case is to download attachments from emails, which are sent to us on a daily basis and it can go up to 1000 emails a day. Right now to download an email I first need to fetch a list of attachments by its ID and then fetch every single attachment by attachment ID. Is there a more convenient way how to do it, or is it the only way?
Thanks!