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 drop-down field type. Add the user field values along with the associated tags that the trigger will apply. Then, create a trigger with the conditions under which the user tag should be applied. This workaround will add the tag to the user and any subsequent tickets from that user. For more details, check theoriginal link.
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…
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…