# Zendesk

## Using the Erathos platform

When selecting Zendesk as a new connector on the Erathos platform, you will need to name your connection and fill in the following form:

![](https://help.erathos.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZHM9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--d9e3b3e2f142ac7b5c0b29c4e754787a3fe1fd96/zendesk%20form.png)

## How to find the API Token?

It may be necessary to enable API token access. To do this:

1. In the Admin Center, click **Apps and Integrations** on the sidebar.
2. Select **APIs > Zendesk API**.
3. In the **Settings** tab, enable API token access.

## To generate the API token:

1. You must be an administrator, and API token access must be enabled in your account.
2. In the Admin Center, click **Apps and Integrations** on the sidebar.
3. Select **APIs > Zendesk API**.
4. Click the **Add API token** button to the right of **Active API Tokens**.
5. The token will be generated and displayed.

## How to find the Domain URL?

1. Go to the **Support Admin** home page.
2. The **Domain URL** will appear in the upper right corner of the screen, as shown below:

In this case, the Domain URL would be **yoursubdomain**.

![](https://help.erathos.com/rails/active_storage/blobs/redirect/eyJfcmFpbHMiOnsibWVzc2FnZSI6IkJBaHBBZHc9IiwiZXhwIjpudWxsLCJwdXIiOiJibG9iX2lkIn19--368cc16c38bd2057adf68b79ca894771a6ed1593/zendesk%20url%20domain.png)

#### How to find the Username?

The username is usually the email you use to log into your Zendesk account.

From here, simply copy and paste the information into the Erathos platform and click **Save and close** to advance to the next steps.

Once the connector is created, you can create your data pipeline from Zendesk to your data warehouse in BigQuery, Redshift, or Postgres.

## What endpoints can I access with the Erathos platform?

* ticket\_fields
* organization\_subscriptions
* groups
* group\_memberships
* satisfaction\_ratings
* comments
* audits
* metrics
* activities
* skips
* tickets
* suspended\_tickets
* users
* profiles
* events
* organizations
* organization\_memberships
* tickets\_export


---

# 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://docs.erathos.com/connectors/apis/zendesk.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.
