> ## Documentation Index
> Fetch the complete documentation index at: https://ampersand-24eb5c1a-rajatspawar-eng-4200-readd-blob-storage.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Zoho

## Checklist before installing a Zoho integration

Before you proceed with the Zoho integration, you need to have a Zoho account with the Zoho CRM application activated.

If you haven't already done so, follow these steps to activate Zoho CRM on your existing Zoho account.

### Activate Zoho CRM

> **Note:** Having a general Zoho account (e.g., for Zoho Mail or Writer) does not automatically grant you access to Zoho CRM. You must sign up for it explicitly.

If you have not yet activated Zoho CRM, follow these steps:

1. Navigate to the [Zoho CRM signup page](https://www.zoho.com/crm/signup.html).
2. Enter your **Full Name**.
3. Enter your **Work Email**. If this email is already associated with a Zoho account, you will be prompted to sign in.
4. Enter your **Password**.
5. Provide your phone number.
6. Click **GET STARTED**.

   <img src="https://mintcdn.com/ampersand-24eb5c1a-rajatspawar-eng-4200-readd-blob-storage/KYfs0Jr6nPSoJsI_/images/customer-guides/zoho-register.png?fit=max&auto=format&n=KYfs0Jr6nPSoJsI_&q=85&s=5d11099c73d720b3e1fe46a27f9648c4" alt="Activating ZohoCRM" width="2552" height="1302" data-path="images/customer-guides/zoho-register.png" />

The integration supports all available Zoho CRM editions: Free, Standard, Professional, Enterprise, Ultimate and CRM Plus.
Although some actions like creating custom fields are not supported with the free plan.

### User Permissions

In Zoho CRM, there are two main types of users:

* Organization users

* Team users

You should use an **organization user** account when connecting to the integration.

## Zoho Mail: set up webhooks for real-time updates (Subscribe Actions)

If your integration uses Zoho Mail Subscribe Actions, you need to create an **outgoing webhook** in the Zoho Mail console. Zoho Mail has no API for this, so it must be configured by hand.

### Checklist before you start

* You have a Zoho Mail account with access to the **Developer Space** section of **Settings**.
* Your developer has provided you with a **webhook URL** in this format:

  ```
  https://subscribe-receiver.withampersand.com/zt1secx7jknlhb/v1/projects/PROJECT_ID/integrations/INTEGRATION_ID/installations/INSTALLATION_ID
  ```

### Create the outgoing webhook

1. Sign in to [Zoho Mail](https://mail.zoho.com) and open **Settings**.

2. Scroll to the **Developer Space** section in the left sidebar and select **Webhooks**.

3. Select the **Outgoing Webhooks** tab and click **Create new configuration**.

   <Warning>
     Make sure you are on the **Outgoing Webhooks** tab — that is what sends events from Zoho Mail to your developer's application.
   </Warning>

   <img src="https://mintcdn.com/ampersand-24eb5c1a-rajatspawar-eng-4200-readd-blob-storage/KYfs0Jr6nPSoJsI_/images/customer-guides/zoho-mail-outgoing-webhooks.png?fit=max&auto=format&n=KYfs0Jr6nPSoJsI_&q=85&s=cd8d7eb2d858e80ddebd28fd855e0490" alt="Outgoing Webhooks in Zoho Mail settings" width="1748" height="2000" data-path="images/customer-guides/zoho-mail-outgoing-webhooks.png" />

4. Select the entity you want to send events for:
   * **Mail** — fires a webhook each time a new email is received. You can optionally narrow it down with conditions (e.g. sender or subject filters) or tags.
   * **Tasks** — fires a webhook on task activity in groups you own or moderate (you can select up to 3 groups).

5. Give the webhook a name and paste the webhook URL your developer gave you into the **Webhook URL** field.

6. Save the webhook.

If your integration subscribes to both new emails and task activity, create a webhook for each entity, pointing at the same URL.

For official setup details, see the [Zoho Mail outgoing webhook documentation](https://www.zoho.com/mail/help/dev-platform/webhook.html).
