Version is 1.72.1
Not sure what the database is as I’m using the cloud version
Not sure what the EXECUTIONS_PROCESS setting is either because I’m on the cloud version
Operating system… Mine or the one n8n is running on? Not sure because I’m using the cloud version
Hi! I looked at Liam’s solution to this and it mostly works, except you have to be careful about how many times you use the refresh token as you can only generate max 10 access tokens per 10 minutes. The good news is, however, that N8n Cloud now has a custom Zoho OAuth2 connection in its ‘Predefined Credentials’ category, making it super easy to connect. Only downside of this is that I still can’t see how you can add or remove scopes from this connection.
If you’re self-hosting N8n you may still need to implement a manual workflow like Liam’s and manage your own regular access token refresh. A community Zoho OAuth2 API node that manages this would be great. I’m not good enough to build one yet, but will look out for it and maybe bang it out one day if someone else doesn’t.