In this tutorial, you'll learn how to tag a user using a trigger. You will also find if a tag was added by a trigger.
The workflow includes the steps below.
- Step 1: Create a custom user field
- Step 2: Create a trigger
- Step 3: Verify if a user tag was added by a trigger
Step 1: Create a custom user field
- Create a custom user field select the drop-down field type
- Add the user field values with tags. This example adds the
vipuser tag - Click Save
Step 2: Create a trigger
- Create a trigger
- Add the ticket conditions for your user tag
- Under Actions, add Lookup relationships > Requester > Your custom user field | Select the user field value
- Click Save
The trigger adds the vip tag to the user and any subsequent tickets from that user.
Step 3: Verify if a user tag was added by a trigger
Use the below steps to verify if a user tag has been added by a trigger.
-
Go to Admin Center > People > User fields > Open your user field, and locate the digits right after the Custom field ID at the top of the page
-
Use the URL below and replace
fieldIDwith the user field ID found in point 1, and your Zendesk subdomain instead ofyoursubdomainhttps://yoursubdomain.zendesk.com/api/v2/user_fields/fieldIDIn the results, note the numerical value that will appear after
"id" -
Using this URL below, replace
yoursubdomainwith your actual Zendesk subdomain:https://yoursubdomain.zendesk.com/api/v2/triggers/active.json?active=true&page=1 -
On that page, look for the value ID from point 2 in the trigger list
The name of the trigger will appear, along with the custom user field value and tag: