Hi team!
I'm trying to check the triggers created to assign tickets to certain agents automatically. I want to be able to see how to make them not apply if the agent is OOO. Is there any way to control this? even if it's with extra triggers.
Ex: all the tickets from requester D will be assigned to agent F
In case agent F is OOO, those tickets should not be assigned to agent F.
Thanks!
Thank you for reaching out with your question regarding triggers in Zendesk.
To amend your trigger to look for the tag agent_ooo, you will need to set the trigger conditions appropriately. Since the new tickets are unassigned and do not have the tag at first, consider implementing a sequence where the trigger can check for the presence of the tag after it has been set.
One approach is to ensure that when a ticket is initially created, the trigger checks if the requester’s agent is marked as out of office (OOO). You may need to implement a condition that allows for other criteria (like the ticket status or priority) to help manage which agent should be assigned.
Since the new tickets shouldn’t be assigned to Agent A if they are marked with the agent_ooo tag, you might have to create additional tags or conditions that can help identify those tickets accurately.
I hope that helps!