# Zendesk

### Supported Destination Services

DinMo supports the following destination services:

* [Synchronize users](/integrations/destination-platforms/zendesk/synchronize-users.md)
* [Synchronize custom objects](/integrations/destination-platforms/zendesk/synchronize-custom-objects-data.md)

Please refer to the dedicated documentation page for more information.

### Authentication to Zendesk

Regardless of the selected destination service, DinMo will always connect to Zendesk using an API key. You can generate an API key in Zendesk in the Admin Center:

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

Click 'Zendesk API' in the navigation bar, under the 'Apps and integrations' section:

<figure><img src="/files/8fogxaoeoukyBM5pB39d" alt=""><figcaption></figcaption></figure>

Finally, create an API token by clicking "Add API token":

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

Copy the token value and paste it in DinMo when creating your Zendesk destination, in the "API key" field.

The subdomain can be found in your Zendesk URL. If your home URL is `https://mycompany.zendesk.com/agent/dashboard`, then the subdomain is `mycompany`.


---

# 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.dinmo.io/integrations/destination-platforms/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.
