# Zoho CRM

Zoho CRM allows access to its services using OAuth, which is a way to authenticate Zoho users on other websites. This allows Zoho users to integrate and perform automated tasks on their account using the iMBrace platform.

## Account integration using OAuth <a href="#id-2mc4acv73zhw" id="id-2mc4acv73zhw"></a>

To begin, you will need:

* A Zoho CRM account.

**STEP 1:** Go to the **Zoho API Console** (<https://api-console.zoho.com/>).

**STEP 2:** Go to **\[Get Started] > \[Server-based Applications]**.

**STEP 3:** In iMBrace, create a new credential of type **Zoho OAuth2 API** and identify the **OAuth redirect URL**.

![](/files/7m6SsMqhlOwYqrAM7Vja)

**STEP 4:** In the Zoho Console, create a new client by entering the necessary information. Enter the redirect URL from iMBrace under **Authorized redirect URLs**.

![](/files/QO0NfeTodBIBDMuGo9Hb)

**STEP 5:** Click **\[Create]** to generate the **client ID** and **client secret**.

![](/files/OC2B7LQ8hfA5AlR9nXak)

**STEP 6:** Copy the client ID and secret into iMBrace and click on **\[Connect my account]** to complete the OAuth authentication.

![](/files/frD1fAJxF0qI1ZOm2L9y)

**DONE:** The new credential can then be used for Zoho CRM nodes.


---

# 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://imbrace.gitbook.io/imbrace-documentation/integrations/zoho-crm.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.
