# Zendesk

***

## Introduction

LimeChat seamlessly integrates with Zendesk, enabling users to:

* Fetch ticket status using Zendesk's API for automating ticket resolution tracking in LimeChat's Helpdesk.
* Raise and edit tickets directly via Helpdesk.

***

## 1. How to enable/setup Zendesk Integration

#### Step 1: Generate an Authentication Token

To use the APIs, an Authentication Token must be generated using the following credentials:

* **USERNAME**
* **PASSWORD**
* **TOKEN**

#### Steps to Generate an API Token

{% stepper %}
{% step %}
In **Admin Center**, click **Apps and Integrations** in the sidebar, then select **APIs > Zendesk API**.
{% endstep %}

{% step %}
Click the **Add API Token** button next to **Active API Tokens**.
{% endstep %}

{% step %}
The token is generated and displayed.
{% endstep %}

{% step %}
(Optional) Enter an API token description.
{% endstep %}

{% step %}
Copy the token and store it securely. Once saved, the full token will never be displayed again.
{% endstep %}

{% step %}
Click **Save** to return to the Zendesk API page.
{% endstep %}

{% step %}
If you click the token to reopen it, a truncated version of the token will be displayed.
{% endstep %}
{% endstepper %}

#### Step 2: Connect Zendesk with LimeChat CRM

{% stepper %}
{% step %}
Copy and paste the **Username**, **Password**, and **API Token** into **Settings → Integrations → CRM Partners → Zendesk** on LimeChat HelpDesk.
{% endstep %}

{% step %}
Click the **Connect/Update** button to complete the setup.
{% endstep %}
{% endstepper %}

***

## 2. Scope of integration

#### Features and Capabilities:

1. **Ticket Creation from LimeChat CRM**
   * Users can create a Zendesk ticket using existing ticket values in LimeChat CRM.
2. **Conversation Sync**
   * When a Zendesk ticket is created, a dump of the LimeChat conversation is shared with the ticket.

***

## 3.How to Create Tickets?

{% stepper %}
{% step %}
Navigate to **Tickets** in LimeChat CRM.
{% endstep %}

{% step %}
Open any ticket.
{% endstep %}

{% step %}
Once the integration is set up and live, users will see Zendesk under **'CRM Tickets'**.
{% endstep %}

{% step %}
Click the **+** icon → A form appears → Fill in the required details → Submit the form to create a Zendesk ticket.
{% endstep %}

{% step %}
Once created, a link to the Zendesk ticket will appear in the same section, allowing easy access.
{% endstep %}
{% endstepper %}

***


---

# 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://limechatai.gitbook.io/limechat-product-guide/helpdesk/integrations/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.
