# Zoho

## Signup for Developer Account

Create a developer account by visiting <https://www.zoho.com/developer/signup.html>

## Setup Client from API Console

Setup a ***Server-based Applications*** API client from Zoho API Console <https://api-console.zoho.com>

![](/files/-MlOp9RjqdOAOl6_61w1)

![](/files/-MlOpJKIgV6omxLRTLbe)

Fill in the client information

![](/files/-MlOqQaCXDh4E2CCn1YG)

Once you created the client, the `Cient ID` and `Client Secret` will be generated, copy these to add in the [Appmixer Backoffice](/6.0/5.1/appmixer-backoffice/services.md).

![](/files/-MlOr7UmjymRj2DKQ6mU)

There is one more configuration option for the Zoho module:

![](/files/A9Ih90HF63pKNoHAeldp)

By default, this is set to 10 minutes (600000ms). All the Zoho components need a list of available *fields* per each module (contacts, leads). This list of *fields* is defined by the user and their CRM settings. In order to reduce the number of Zoho API requests during the flow design phase (and avoid the possibility of using all API credits), Appmixer the list of fields into a cache. The default TTL on this cache can be changed through the Backoffice.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.appmixer.com/6.0/5.1/app-registration/zoho.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
