Recent searches


No recent searches

Victor Matallana (Corsair)'s Avatar

Victor Matallana (Corsair)

Joined Jul 21, 2023

·

Last activity Jul 24, 2023

Following

0

Followers

0

Total activity

5

Vote

1

Subscriptions

2

ACTIVITY OVERVIEW

Latest activity by Victor Matallana (Corsair)

Victor Matallana (Corsair) commented,

Community comment Feedback - Chat and Messaging (Chat)

View comment · Posted Jul 21, 2023 · Victor Matallana (Corsair)

0

Followers

0

Votes

0

Comments


Victor Matallana (Corsair) created a post,

Post Discussion - Tips and best practices from the community

This is my tutorial to create a ban system in Messaging.

A caveat here, this won't prevent a person from creating new accounts by entering a different email.  That being said, it does work.

The basic idea here is to change the entry on a Custom User Field that is assigned via a ticket tag.  When the banned user sends another entry, the User Field will cause another Trigger to action and put their ticket into a group with no one assigned and immediately close the ticket.  I have made it temporary by tracking the tag on the ticket via an automation, and changing the User Field again 7 days after the ticket closes. 

The screenshots and tutorial here are for a temporary ban system.  You can make this permanent by not applying the final automation, or use both by using a second tag.

First, we need to create a user field.  I created one with 2 entries in a drop-down box.  Ban is for a user that will be banned, Released is for a user that was released from the Ban that we will be using for tracking purposes.

Now that we have a User Field made, we create a macro.  The macro will apply a tag and solve the ticket.  In this case, I made the tag "chat_ban".  Remember to instruct agents to press "Enter" before submitting the change so that the message sends to the customer.

We will now need to create a Group with no one assigned to it.  I've called this "Ban Box".

So now we need a trigger that sends tickets with our tag to the Ban Box.  We do this through a trigger as the macro can't Solve the ticket without having an Assignee.   We also have this trigger change the User Field to "Ban".

 

Now that the User Field is showing the customer is banned, we can now check this User Field and move any new Messaging chat created by this User into Ban Box immediately and close the chat.


Or, we can time this to occur after an hour.  This has the added benefit of allowing the banned customer to complain into the wind without having the ability to create a new Chat.  They have some time to calm down and abandon before they can start attempting to break the system. 

So now we want to release our temporary ban.  Since the tag is applied to a specific ticket, we can measure the time since that ticket's closure and trigger off of that to change the User Field again.  We change it to "Released", and now the customer can create chats again.  Agents/Leads can then refer to this field to see if we have a repeat offender.

Edited Jul 24, 2023 · Victor Matallana (Corsair)

5

Followers

7

Votes

3

Comments