Zoho analytics

Hi, I am trying to connect and interact with Zoho Analytics. I have noticed that there is a Zoho CRM Node Zoho Ouath2 credential that works with the Zoho CRM node, but it has no Analytics Fuctionality.
I have been trying to use the Zoho OAuth credentials in combination with the HTTP Request Node to work with the Zoho Analytics API but have not had any success.

Does anybody have an example of how to get n8n to interact with Zoho Analytcs? Can you please share or point me in the right direction.
Thanks
Gariva

Describe the problem/error/question

What is the error message (if any)?

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

Information on your n8n setup

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @gariva,

It looks like our Zoho CRM node and credentials only include the scopes for Zoho CRM not Zoho analytics so you would need to create a generic OAuth2 credential and specify the scopes that Zoho needs.

You can find the Zoho docs here: Zoho Analytics - V2 API Documentation which should give you the information you need to get it working.

Hi @Jon. I have been trying to follow the Zoho Api Documentation but part of the Zoho authentication process returns a Consent web page and I don’t know what to do as it is returned to the http request node where, as far as I understand, I can’t do anything with it. The existing credential support for Zoho Crm deals with this Consent Web page by showing it when you create the Credentials.

Can you make it so the Zoho Credentials work for anlytics. I can try to use the HTTP Request to do what I need If I can get past the authentication process.
Regards,
Gariva

Hey @gariva,

We could look at adding the scopes for analytics but chances are we would only do that if we were to the node.

Hi @Jon, I understand. Is there any suggestion for getting past the authentication process ? I don’t mind working with the api’s throught the http request node but need a way to get past the authentication.

Thanks
Gariva

Hey @gariva,

Have you already tried to create a generic OAuth 2 credential? That should allow you to authenticate if you manually specify the scopes you need.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.