> For the complete documentation index, see [llms.txt](https://help.isdown.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.isdown.app/integrations/how-to-set-up-zendesk-integration.md).

# How to Set Up Zendesk Integration

1. Go to your **Zendesk Account**
   * Click on **View Profile** in the top right corner<br>

     <figure><img src="/files/JXqMWttrgHa3yp1z2asx" alt=""><figcaption></figcaption></figure>
   * On the left sidebar, click **"Manage in Admin Center"**
   * On the left sidebar, go to the group **"Apps and Integrations"** and **click "Zendesk API"**
   * Enable **"Token access"** and create an API token. **Please save it so you can use it further in the tutorial.**
2. Go to your IsDown account in **Alerts & Integrations.**

<figure><img src="/files/3I5Us57iuo3Qfo7lU2yH" alt=""><figcaption></figcaption></figure>

3. Select **Add** on Zendesk check box and fill in all the required fields.

<figure><img src="/files/9Cujro2edyNukOJdOecu" alt=""><figcaption></figcaption></figure>

4. **Workspace URL:** Enter your Zendesk subdomain.
5. **User Email:** Enter the email address associated with your Zendesk account.
6. **API Key** that you created in the first step.
7. Click **Save Changes** to finalize the integration.

Need assistance? Contact us via in-app chat or email us at **<support@isdown.app>**.

***

**Related Articles**

* [**How to Set Up Opsgenie Integration**](https://help.isdown.app/integrations/how-to-set-up-opsgenie-integration)
* [**How to Set Up PagerDuty Integration**](https://help.isdown.app/integrations/how-to-set-up-pagerduty-integration)
* [**How to Set Up FireHydrant Integration**](https://help.isdown.app/integrations/how-to-set-up-firehydrant-integration)


---

# 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://help.isdown.app/integrations/how-to-set-up-zendesk-integration.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.
