I have an automation that adds an ‘inbox’ tag to all messages and notes where I am the owner of the ticket or when a ticket is assigned to me. I would like to add another automation to remove that tag when I respond or add a note to the ticket.
I am doing this to simulate an email inbox since the only activity view (that I know of) is the dropdown at the top of the screen that is incomplete and not very user friendly.
Page 1 / 1
Hello @jscott2021!,
At the moment, we do not have a predefined action in automation to remove the tags in tickets. However, we can make use of Freshdesk API, Update a Ticket and trigger a webhook using Ticket updates automation to remove all the tags associated with the ticket. A sample automation rule for your requirements is shared below, hope this helps!
Cheers,
Freshworks Community Team
This code seems to be working for me to remove a specific tag:
i moved the forloop last to the top and included the forloop.first. due this webhook only runs if the tag is there this works for me :)
This is exactly what I’m looking for as well, but unfortunately I keep getting the failure emails showing ‘Request body has invalid json format’. Any ideas? I’ve tried both options in this thread (full text below).