# Zoho CRM

Create a contact record on your Zoho CRM.

Available on the STARTER plan and above.

Zoho CRM integration allows you to create a new contact record in your Zoho CRM account by mapping the information collected by the chatbot with the contact fields in your CRM.

### Connect your account <a href="#connect-your-account" id="connect-your-account"></a>

Connect your Zoho CRM account by authorizing the access and choosing the account from the list. Zoho's authorization will open in a new window. Please make sure that you have not blocked the pop-up window from opening.

### **Map the fields:** <a href="#map-the-fields" id="map-the-fields"></a>

You can map the Zoho CRM fields with the variables defined in the bot builder. This way, whatever values stored in WotNot's variables will be mapped against the HubSpot fields that you choose here

The maximum number of fields you can map is capped at 50

### Define next steps <a href="#define-next-steps" id="define-next-steps"></a>

Every Freshdesk action block will have two outcomes - Success or Failure.

You can define the success and failure actions as per your need.

\ <br>


---

# 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://help.wotsabot.ai/wotsabot-help-articles/integrations/ready-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.
