#issues connecting to Zoho MCP

1 messages · Page 1 of 1 (latest)

abstract trout
#

Using ZOHO_GET_REQUIRED_PARAMETERS and receiving: "{\n "data": {\n "required_parameters": [],\n "has_default_credentials": true\n },\n "error": null,\n "successfull": true,\n "successful": true\n}. What are the required parameters?

keen ginkgo
#

Hey @abstract trout, no params are required for connection to Zoho, it uses OAuth2, ideally the client in which you're using this should initiate a new connection (generate new OAuth link), if not—prompting it should work: "initiate a new connection to Zoho".

abstract trout