> For the complete documentation index, see [llms.txt](https://docs.appmixer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appmixer.com/6.0/6.2/app-registration/zendesk-tickets.md).

# 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/Y2BLXNLjk9fAzs4OAksd" alt=""><figcaption><p>OAuth Clients - empty</p></figcaption></figure>

#### Specify client details

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

#### Specify identifier and callback urls

<figure><img src="/files/V8jdYsaIXQH1kb9uX7Bb" 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/pc5vH8bTzI86Z19BgUIU" 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/ORndNkQV94awcQ3F18KO" 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/occ2gjzzLqcWaeYbyOwb" alt=""><figcaption><p>Backoffice Zendesk Tickets connector configuration</p></figcaption></figure>


---

# 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:

```
GET https://docs.appmixer.com/6.0/6.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.
