# Zendesk Tickets

### **Setup the App and Administrator account**

Sign up with Zendesk: <https://www.zendesk.com/register/>

### **2. Register OAuth app**

Now you need to add an OAuth application in Admin Center. In Admin Center navigate to: Apps and integrations > Connections > OAuth Clients.

Click Add OAuth client.

<figure><img src="/files/JUEXw7aUeZ51kcliPvRc" alt=""><figcaption><p>OAuth Clients - empty</p></figcaption></figure>

#### Specify client details

<figure><img src="/files/hmFgr8nS0TSl1MbCNgu6" alt=""><figcaption><p>Specify name, description, company and logo</p></figcaption></figure>

#### Specify identifier and callback urls

<figure><img src="/files/fJAag4gDYDaLSf8hXdGi" alt=""><figcaption><p>Specify unique client ID and redirect URLs</p></figcaption></figure>

#### Generate client secret

Now save the OAuth client and copy the client ID and secret. You will need them later.

<figure><img src="/files/21p9nWSgbz4HGz4nVyWg" alt=""><figcaption><p>Make sure to copy the token</p></figcaption></figure>

Your OAuth client is now ready to be used and looks like this in the list of OAuth clients.

<figure><img src="/files/q3TjiaX9xUQHhivLFkcj" alt=""><figcaption><p>Make sure to copy the token</p></figcaption></figure>

#### Set `clientId`, `clientSecret` and `subdomain` into Appmixer Backoffice.

The last step is to configure clientId, clientSecret and subdomain in the Appmixer Backoffice for `appmixer:zendeskTickets` connector.

Note that the `subdomain` is the first part of your Zendesk URL. For example, if your Zendesk URL is `https://mycompany.zendesk.com`, then your subdomain is `mycompany`. In our example, the subdomain is `acme`.

<figure><img src="/files/uWt0PonnvFWplrosCTn1" alt=""><figcaption><p>Backoffice Zendesk Tickets connector configuration</p></figcaption></figure>


---

# 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.appmixer.com/6.0/5.2/app-registration/zendesk-tickets.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.
