-
Notifications
You must be signed in to change notification settings - Fork 174
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create Rule “use-zendesk-trigger-and-automation/rule”
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
--- | ||
type: rule | ||
title: Do you use triggers and automation effectively? | ||
uri: use-zendesk-trigger-and-automation | ||
authors: | ||
- title: Kaique Biancatti | ||
url: https://ssw.com.au/people/kiki | ||
created: 2024-01-31T03:50:42.319Z | ||
guid: e0ef1329-5fd9-4717-b952-c7fa7afd35d5 | ||
--- | ||
As a Zendesk user, harnessing the power of triggers and automation is key to enhancing your customer support experience. Effective use of these features can streamline your workflow, ensure timely responses, and improve overall customer satisfaction. | ||
|
||
<!--endintro--> | ||
|
||
Zendesk triggers and automation are powerful tools for managing and responding to tickets efficiently. Triggers are business rules that run immediately after tickets are created or updated. Automations, on the other hand, are rules that perform actions after a certain period. | ||
|
||
Please see the following [video from SweetHawk](https://www.youtube.com/watch?v=FhTFE8xgu2g) for more information: | ||
|
||
`youtube: https://www.youtube.com/embed/FhTFE8xgu2g?si=lBk4vcA5TKLA-TsS` | ||
|
||
Examples of triggers that can be used: | ||
|
||
* When your CEO emails Zendesk, remove the group notification - let the CEO CC whoever he wants to see in the email, this means less email noise 🔉 | ||
* If an email is sent to a particular email address, make it Urgent 🔥 | ||
|
||
### Why Use Triggers and Automation? | ||
|
||
- **Efficiency**: Automate routine tasks, saving time for your team. | ||
- **Consistency**: Ensure a uniform response to common ticket scenarios. | ||
- **Timeliness**: Respond to tickets promptly, even outside business hours. | ||
|
||
### How to Use Triggers and Automation in Zendesk | ||
|
||
1. **Creating a Trigger** | ||
|
||
- Navigate to `Admin` > `Business Rules` > `Triggers`. | ||
- Click `Add Trigger`. | ||
- Define the conditions and actions for the trigger. For instance, send an email to a customer when their ticket is received. | ||
|
||
2. **Setting Up Automation** | ||
|
||
- Go to `Admin` > `Business Rules` > `Automations`. | ||
- Click `Add Automation`. | ||
- Set conditions that must be met over time. For example, notify your customer if a ticket remains pending, without a reply from them, for 48 hours. | ||
|
||
### Zendesk Official Documentation | ||
|
||
- [Setting up and managing triggers](https://support.zendesk.com/hc/en-us/articles/203662106) | ||
- [About triggers and how they work](https://support.zendesk.com/hc/en-us/articles/4408822236058-About-triggers-and-how-they-work) | ||
- [About automations and how they work ](https://support.zendesk.com/hc/en-us/articles/4408832701850-About-automations-and-how-they-work) | ||
|
||
Remember, triggers and automations are potent tools, almost the core of Zendesk Support. Use them wisely to enhance your customer support efficiency and effectiveness. | ||
|