> For the complete documentation index, see [llms.txt](https://docs.ilert.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ilert.com/integrations/inbound-integrations/zoho-desk.md).

# Zoho Desk Inbound Integration

[Zoho Desk](https://www.zoho.com/desk/) is a cloud-based help desk platform that helps companies of all sizes manage their customer service across multiple channels — email, live chat, social media, telephony and web forms. It converts customer interactions into tickets, organizes them in a single place, and uses its AI assistant (Zia) to tag and prioritize tickets before agents pick them up. With this integration, tickets raised in Zoho Desk automatically create alerts in ilert, so the right responders are notified and escalations happen reliably.

## In ilert: Create a Zoho Desk alert source <a href="#create-alert-source" id="create-alert-source"></a>

1. Go to **Alert sources** --> **Alert sources** and click on **Create new alert source**

   <figure><img src="/files/rmL9OoRxcWnDwcJZQm4Y" alt=""><figcaption></figcaption></figure>
2. Search for **Zoho Desk** in the search field, click on the Zoho Desk tile and click on **Next**.

   <figure><img src="/files/1WoRRYB5U40PbeMJ7Hit" alt=""><figcaption></figcaption></figure>
3. Give your alert source a name, optionally assign teams and click **Next**.
4. Select an **escalation policy** by creating a new one or assigning an existing one.

   <figure><img src="/files/y4Bakf2apGhBN56U8ZPR" alt=""><figcaption></figcaption></figure>
5. Select your [Alert grouping](/alerting/configure-alerting/alert-sources.md#alert-grouping) preference and click **Continue setup**. You may click **Do not group alerts** for now and change it later.

   <figure><img src="/files/nTlB0ZCIW1SP3dj6P9nO" alt=""><figcaption></figcaption></figure>
6. The next page shows additional settings such as custom alert templates or notification priority. Click on **Finish setup** for now.
7. On the final page, ilert generates a **Zoho Desk URL** for your alert source. Copy it — you will need it in the next section.

   <figure><img src="/files/RCkJQG1KEE5AOh38YjFF" alt=""><figcaption></figcaption></figure>

## In Zoho Desk: Create a Webhook <a href="#in-zoho-desk" id="in-zoho-desk"></a>

1. In Zoho Desk, click on **Setup**.

   <figure><img src="/files/DKyFbuUE7XA3QwWadSg5" alt=""><figcaption></figcaption></figure>
2. Scroll down to the **Developer Space** section and click on **Webhooks**.

   <figure><img src="/files/sZzXcrtVP3QNAu04vqoH" alt=""><figcaption></figcaption></figure>
3. Click on **New Webhook**.

   <figure><img src="/files/ZLWM7j9Q35rX84fuaqlQ" alt=""><figcaption></figcaption></figure>
4. Give the webhook a name of your choice.
5. In the **URL** field, paste the **Zoho Desk URL** that you copied from ilert.
6. Under the module selection, choose **Tickets** — this is the only module supported by the integration.
7. Select the ticket events that should trigger the webhook, for example **Add** (ticket created), **Update** (ticket updated), or both.

   <figure><img src="/files/isSbSkRML4i7rda22dzu" alt=""><figcaption></figcaption></figure>
8. Save the webhook.

That's it — new and updated tickets in Zoho Desk will now create and update alerts in ilert.

## FAQ

#### **Will alerts in ilert be resolved automatically?**

Yes. As soon as the corresponding Zoho Desk ticket is closed or resolved, the alert in ilert is resolved automatically. A newly created ticket (Add event) creates an alert, and updates to an open ticket update the corresponding alert.

#### **Can I connect Zoho Desk with multiple alert sources in ilert?**

Yes. Simply create an additional webhook in Zoho Desk for each alert source and point it at that alert source's Zoho Desk URL.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ilert.com/integrations/inbound-integrations/zoho-desk.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
