Navigate an email flow

When planning and designing your email flow, use the following examples, tips, and considerations to help maximize agent productivity and improve customer satisfaction.

Email flow examples

These examples contain generic product keywords and business hours as well as pre-configured queues. To adapt the example email flows for your organization, replace the generic information with ones appropriate for  your situation.

This example illustrates how to set up an email flow to look for a product in the subject line, and then transfer it to the queue assigned to handle that product:

Click the image to enlarge.

Switch

  1. From the task editor Toolbox, expand the Logical category and drag a Switch action into the task.
  2. Configure the Switch action:
    1. Under Name, type a meaningful description of the Switch action. This label becomes the action’s displayed name in the task sequence.
    2. Under Case 1, switch to expression mode and enter the following expression: Contains(Email.Message.subject, "printer").
    3. Under Case 2, switch to expression mode and enter the following expression: Contains(Email.Message.subject, "fax").
    4. Under Case 3, switch to expression mode and enter the following expression: Contains(Email.Message.subject, "copier").
  3. Set up action paths for each Switch action case:
    1. Drag a Transfer to ACD action below the Switch Action’s Case 1 location.
    2. From the Queue list, select PrinterSupport.
    3. Drag a Transfer to ACD action below the Switch Action’s Case 2 location.
    4. From the Queue list, select FaxSupport.
    5. Drag a Transfer to ACD action below the Switch Action’s Case 3 location.
    6. From the Queue list, select CopierSupport.
  4. Drag a Transfer to ACD action into the task, below the Case transfer paths.
  5. From the Queue list, select GeneralSupport.
  6. Validate, save, and publish the inbound email flow.

The following procedures describe how to create a task in an inbound email flow that takes action based on the organization’s current open and closed schedules.

Click the image to enlarge.

Email flow schedule

Set up the Evaluate Schedule action

  1. From the Toolbox, expand the Logical category.
  2. Drag an Evaluate Schedule action to the appropriate location in the editor.
  3. (Optional) In the Name field, rename the schedule evaluation action. By default, this name is Evaluate Schedule.
  4. Under Schedule, select the schedule you want to evaluate.
  5. (Optional) Under Time Zone, change the default time zone.
  6. To use the current evaluation DateTime (UTC), leave the Current default setting. 
  7. To use a different evaluation DateTime (UTC):
    1. Click Specific.
    2. Enter the evaluation expression.
  8. Next, configure the active and inactive paths.

Configure the email flow’s active path

Here, specify the action to take when the flow occurs during the schedule’s active hours.

  1. From the Toolbox, expand the Logical category.
  2. Drag an Evaluate Schedule Group action below the Evaluate Schedule action’s Active path.
  3. (Optional) In the Name field, rename the schedule evaluation group action. By default, this name is Evaluate Schedule Group.
  4. Under Schedule, select the schedule you want to evaluate.
  5. To use the current evaluation DateTime (UTC), leave the Current default setting. 
  6. To use a different evaluation DateTime (UTC):
    1. Click Specific.
    2. Enter the evaluation expression.
  7. Define open and closed paths:
    1. Under Open, drag and configure an appropriate action to take if the flow occurs during an open schedule. For example, a Send Auto Reply action from the Email category that lets users know they reached you during open hours. Or, you could add a Transfer to ACD action that routes the email to a designated queue.
    2. Under Closed, drag and configure an appropriate action to take if the flow occurs during a closed schedule. For example, a Send Auto Reply action from the Email category that lets users know they reached you outside of normal business hours, and that they may expect a delayed reply.
    3. Under Holiday, drag and configure an appropriate action to take if the flow occurs during a holiday schedule. For example, a Send Auto Reply action from the Email category that lets users know they reached you during a company holiday, and when they may expect a reply.
    4. Under Emergency,  drag and configure an appropriate action to take if the flow occurs during an emergency schedule. For example, a Send Auto Reply action from the Email category that lets users know that the office is currently closed due to weather conditions, and that an agent will return the call when the office reopens.

Configure the email flow’s inactive path

Here, specify the action to take when the flow occurs during the schedule’s inactive hours.

  • From the Toolbox, drag an appropriate action below the Evaluate Schedule action’s Inactive path. For example, a Send Auto Reply action from the Email category that lets customers know they emailed during non-business hours and should expect a delayed reply.

This email flow example shows how to transfer the email to a separate queue outside of standard business hours:

Transfer to after hours

 

  1. From the task editor Toolbox, expand the Logical category and drag a Decision action into the task.
  2. Configure the Decision action:
    1. Under Name, type a meaningful description of the Decision action. This label becomes the action’s displayed name in the task sequence.
    2. Under Expression, switch to expression mode and enter the following expression: (Hour(GetCurrentDateTimeUtc()) <8 and (Hour(GetCurrentDateTimeUtc())>17)).
  3. Set up action paths for each Decision exit path:
    1. Drag a Transfer to ACD action below the Decision’s Yes path. Architect selects this path if the email arrives after regular business hours.
    2. From the Queue list, select LateNightSupport.
    3. Drag a Transfer to ACD action below the Decision’s No path. Architect selects this path if the email arrives within regular business hours.
    4. From the Queue list, select GeneralSupport.
  4. Validate, save, and publish the inbound email flow.

In this example, the system confirms the “#CASE ID#” token in the email body, and then transfers it accordingly:

Click the image to enlarge.

Search for ID token

 

  1. From the task editor Toolbox, expand the Logical category and drag a Decision action into the task.
  2. Configure the Decision action:
    1. Under Name, type a meaningful description of the Decision action. This label becomes the action’s displayed name in the task sequence.
    2. Under Expression, switch to expression mode and enter the following expression: Contains(Email.Message.body, "#CASE ID#").
  3. Set up action paths for each Decision exit path:
    1. Drag a Transfer to ACD action below the Decision’s Yes path. Architect selects this path if the email contains a case ID in the email body.
    2. From the Queue list, select GeneralSupport.
    3. Drag a Disconnect action below the Decision’s No path. Architect selects this path if the email does not contain a case ID in the email body.
  4. Validate, save, and publish the inbound email flow.

Considerations during flow design

Architect includes a robust set of tools and actions to help you design your email flow. Consider the following options and solutions:

  • To route to a different location based on a word in the subject line, use the “Contains()” function in a Decision action.
  • To route to a different location based on the domain-part of the sender’s email address, use the EmailAddressDomainPart() function in a Decision. This process might be helpful if you want to send help requests from internal employees to the employee queue, and requests from everyone else to the standard customer queue.
  • Look for keywords in the body; for example, CASE ID, or whatever your organization company uses to differentiate new cases from follow-up or existing cases.
  • For time of day, consider sending conversations to one queue during work hours, and to another queue after hours. You can also configure the flow to send emails to the Japan queue during the workday in Japan, and to the Americas queue during U.S. working hours.