> For the complete documentation index, see [llms.txt](https://docs.juble.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.juble.io/helpdesks/zendesk/auto-responder.md).

# Auto Responder

This guide explains how to configure auto-responders for Juble.io within your Zendesk platform. These auto-responders can streamline your workflow by automatically sending personalized messages to customers upon receiving specific tickets.

## **Requirements**

A Juble.io account with Zendesk integration enabled.

{% content-ref url="/pages/kytfM4GinqzMznZbAfZc" %}
[Account](/juble.io/account.md)
{% endcontent-ref %}

{% content-ref url="/pages/tiPD0RKHlIpUI4dO5exa" %}
[Link Zendesk Account](/helpdesks/zendesk/link-zendesk-account.md)
{% endcontent-ref %}

## **Steps**

1. **Log in to Juble.io:** Navigate to <https://channels.juble.io/> and sign in with your Juble.io credentials.
2. **Access Helpdesk Details:** Locate the section dedicated to your helpdesk.
3. **Auto-Responder Section:** Within your Zendesk helpdesk details, find the section labeled "Auto-Responder". This is where you will configure your auto-responses.
4. **Craft Your Message:** In the designated text box, type the message you want your auto-responder to send.
5. **Personalize Your Message (Optional):** Juble.io allows you to integrate dynamic placeholders that automatically populate based on your tickets. See the full list of placeholders [here](https://support.zendesk.com/hc/en-us/articles/4408886858138-Zendesk-Support-placeholders-reference). For example, you can use `{{ticket.requester.name}}` to insert the requester's name dynamically.
6. **Specify Trigger Tags:** Here, you can define a space-separated list of tags that will trigger the auto-responder. This allows you to target specific types of tickets. For instance, if you create a tag named "New\_Order," you can add it here to trigger the auto-responder only for tickets with that tag.

<figure><img src="/files/ZcJtfQVRTFUxgrjmSbhe" alt=""><figcaption></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, and the optional `goal` query parameter:

```
GET https://docs.juble.io/helpdesks/zendesk/auto-responder.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
