Skip to main content
We are overhauling the way our customer service department operates. Before, we have a few agents who would be on call 7 days per week. So regardless of the day, they were expected to respond to case response emails from our customers as soon as they could. Now, we are moving to a 4 days per week, 10 hours per day schedule.

 

My question is: What is the best way to make this work? How can I make it so new cases (using email to case) only assign to an agent who is available that day? If a customer replies on a day where the case owner is off, how can i notify an agent who is on the clock that day so the customer isn't waiting 3 days for a reply? Am i missing something basic here? If it helps, each agent (of which, there are a total of 5) works the same schedule. So agent A will always work Monday, Tuesday Wednesday Thursday, Agent B will always work Tuesday Wednesday Thursday Friday, etc.
2 answers
Loading
  1. Apr 16, 2021, 3:43 AM
    If a customer replies on a day where the case owner is off, how can i notify an agent who is on the clock that day so the customer isn't waiting 3 days for a reply?
    • Create a field (formula / Checkbox) under Cases that checks the user's schedule and compare it with today's day of the week to know if they are off
    • Create a flow (Record Triggered), that runs on Case Comments

      • Get the Case info (the formula from Step 1)
      • Add a decision:

        • If Formula from Step 1 = FALSE THEN Stop
        • If Formula from Step 1 = TRUE THEN
      • Get the Group Members and get the first Id it finds (You may need a formula here to identify the Quote that applies to today's day of the week)
      • Then get the users and match it with the Id you found from the Group Memeber and get only the email
      • Then create a Send Email Action and add your body/subject and the recepient will be the email from the previous step
      • Activate

     

    Again, I'm not sure if it will work as I haven't tested it myself but it makes kind of sense on paper LOL

     

     
0/9000