To verify if a user tag was added by a trigger, you need to follow a few steps involving the Zendesk API.
First, locate the custom user field ID that includes the user tag value in the Admin Center. Then, use the API endpoint to find the user field's value ID that applied the tag. Finally, search for this value ID in the active trigger list using the trigger API endpoint. This will show you the trigger or triggers that include the custom user field value and the tag.
You can't directly add user tags to a user's profile using a trigger action in Zendesk. However, you can create a custom workflow using a custom user field to achieve a similar result. To do this, first create a custom user field and select the…
Currently, there is no direct way to add a user to a user segment via a trigger in Zendesk. User segments are based on 'real' tags, and the workaround using custom user fields does not support this. The method described in the help docs allows you…
While you can't directly add a tag to a user profile with a trigger, you can use a custom user field as a workaround. Create a custom user field with the necessary values and associated tags. Then, set up a trigger that applies these tags based on…