> For the complete documentation index, see [llms.txt](https://help.stringeex.com/stringeex-tong-dai-cham-soc-and-quan-ly-khach-hang/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.stringeex.com/stringeex-tong-dai-cham-soc-and-quan-ly-khach-hang/en/ii.-system-features/9.-settings/9.4-trigger-configuration/9.4.1-trigger-introduction.md).

# 9.4.1 Trigger introduction

## Introduction:

Trigger is a setting that allows automatic action to occur when a ticket is created or updated and certain conditions are met. Using Trigger helps increase automation in the process of classifying work and notifying customers or support teams. For example, Trigger can be used to automatically notify customers when an email is received in a business mailbox or notify support team when there is a missed call. With StringeeX, businesses can create Triggers with no limit on the number.

Trigger consists of two components:

* **Condition:** one or a combination of conditions, criteria are combined together (conditions "And" or "Or")&#x20;
* **Action:** the event that occurs when the condition is met

In StringeeX, triggers are applied to the ticket system. When the trigger is activated, the tickets from the time the trigger is initiated will be checked almost immediately when there is a new creation/change. When the trigger condition is satisfied, the action corresponding to the log is performed.

## Application:

Common uses of triggers:

* Automatically email the agent to be assigned a missed call ticket (set up the display of information of the ticket on the notification email such as the ticket title, the ticket content, the ticket URL ...)&#x20;
* Automatically set Emergency priority on tickets from certain customers&#x20;
* Automatically CCs agent B in the tickets assigned to agent A (for agent B to assist agent A in the work)&#x20;
* Automatically send email responses to customer emails, set up the display of information of the note on the response email (record title, content of the note ..)&#x20;
* Automatically email management notifications when the assigned person on the ticket changes&#x20;
* Automatically email the agent when the agent is assigned a ticket


---

# 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://help.stringeex.com/stringeex-tong-dai-cham-soc-and-quan-ly-khach-hang/en/ii.-system-features/9.-settings/9.4-trigger-configuration/9.4.1-trigger-introduction.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.
