Sending Email via Zoho Triggers the "Edit" Method for Subscription APIs

Sending Email via Zoho Triggers the "Edit" Method for Subscription APIs

Hey all —

This has been a massive pain in my neck since moving to the new API and am wondering if this is intended functionality. I have an issue where my server is subscripted to Zoho update events, but when I send out mass email through Zoho, it pings an "Edit" event for every record that the email was sent to. I understand conceptually why because the emails are added to the user records, but ideally I would like for this to not happen because it currently overloads my server with HTTP calls.

Additionally, I'm not sure if it's working from Zoho's side. In sending mass email, sometimes the subscribed OAuth token will also fail, returning this message body on attempt to retrieve the updated record:
StatusCodeError: 401 - {"code":"INVALID_TOKEN","details":{},"message":"invalid oauth token","status":"error"}

Would love for email sends to just not trigger edit calls, have an option for them to be disabled, or figure out if somehow the email sends are breaking the OAuth token.

Thanks.