Jump to: navigation, search
(Update with the copy of version: 8.5.2DRAFT)
(Update with the copy of version: 8.5.2DRAFT)
Line 51: Line 51:
 
{{NoteFormat|This option can be overridden by a routing strategy based on the attached data of the interaction.|2}}
 
{{NoteFormat|This option can be overridden by a routing strategy based on the attached data of the interaction.|2}}
  
==Forwarding Inbound Email to an External Resource==
+
==Forwarding Inbound Email==
Workspace enables agents to forward active inbound email interactions to an external resource by selecting a valid email address in Team Communicator, either by manually entering the address or by selecting it from a searched Contact or a Corporate or Personal Favorite. Email Forward supports both '''To''' and '''CC''' (carbon copy) addressing and multiple recipient targets. Agents can also add additional information about the forwarded interaction in a dedicated text box.
+
Workspace enables agents to forward active and closed inbound email interactions to an external resource by selecting a valid email address in Team Communicator, either by manually entering the address or by selecting it from a searched Contact or a Corporate or Personal Favorite. Email Forward supports both '''To''' and '''CC''' (carbon copy) addressing and multiple recipient targets. Agents can also add additional information about the forwarded interaction in a dedicated text box.
  
Depending on the Business Process that you are using, the agent who has forwarded an email interaction to an external resource might retain the ownership of the interaction and be responsible for closing the interaction.
+
Two types of forwarding are supported:
 +
# Inline forwarding (quoted)
 +
# Forwarding as an attachment (if supported by the email server)
  
 +
Depending on the Business Process that you are using, the agent who has forwarded an email interaction to an external resource can still retain the ownership of the interaction and be responsible for closing the interaction.
 +
 +
===Business Processes===
 
A set of key-value pairs that include the destination email address and other information is added to the inbound email before it is placed in the Forward queue so that they can be used in a Business Process:
 
A set of key-value pairs that include the destination email address and other information is added to the inbound email before it is placed in the Forward queue so that they can be used in a Business Process:
* <tt>IW_OriginalAgentEmployeeId</tt>&mdash;The Empoyee Id of the agent.
+
====Inline Forwarding====
* <tt>IW_TransferrerUserName</tt>&mdash;The UserName of the agent.
+
* <tt>IW_OriginalAgentEmployeeId</tt> &mdash; The Empoyee Id of the agent.
* <tt>IW_EmailNotepad</tt>&mdash;The current notepad text of the email view.
+
*<tt>OriginalAgentUserName</tt> &mdash; The UserName of the agent.
* <tt>IW_ExternalAgentAddress</tt>&mdash;The '''To''' email address destination. If the value of the [[Email#email.forward.enable-multiple-to-addresses|email.forward.enable-multiple-to-addresses]] option is set to <tt>true</tt>, the value of <tt>IW_ExternalAgentAddress</tt> is a comma separated list of '''To''' addresses. This list has to be parsed in the Business Process. For each extracted address, the Business Process has to do the following:
+
Refer to [[Documentation/ES|eServices]] email workflow samples for more information about forwarding email interactions to external resources.
 +
 
 +
====Forward as an Attachment====
 +
* <tt>IW_OriginalAgentEmployeeId</tt> &mdash; The Empoyee Id of the agent.
 +
* <tt>IW_TransferrerUserName</tt> &mdash; The UserName of the agent.
 +
* <tt>IW_EmailNotepad</tt> &mdash; The current notepad text of the email view.
 +
* <tt>IW_ExternalAgentAddress</tt> &mdash; The '''To''' email address destination. If the value of the [[Email#email.forward.enable-multiple-to-addresses|email.forward.enable-multiple-to-addresses]] option is set to <tt>true</tt>, the value of <tt>IW_ExternalAgentAddress</tt> is a comma separated list of '''To''' addresses. This list has to be parsed in the Business Process. For each extracted address, the Business Process has to do the following:
 
*# Assign the extracted address to a variable.  
 
*# Assign the extracted address to a variable.  
 
*# Use this variable in the Forward Email block.
 
*# Use this variable in the Forward Email block.
* <tt>IW_ExternalAgentCcAddress</tt>&mdash;The '''CC''' email address destination. This is added only if the value of the [[Email#email.forward.enable-cc-addresses|email.forward.enable-cc-addresses]] option is set to <tt>true</tt> (Enable the CC address field where agents can specify one or several CC addresses). The value is a comma separated list of '''CC''' addresses. With this list, the Business Process has to do the following:
+
* <tt>IW_ExternalAgentCcAddress</tt> &mdash; The '''CC''' email address destination. This is added only if the value of the [[Email#email.forward.enable-cc-addresses|email.forward.enable-cc-addresses]] option is set to <tt>true</tt> (Enable the CC address field where agents can specify one or several CC addresses). The value is a comma separated list of '''CC''' addresses. With this list, the Business Process has to do the following:
 
*# Assign the list to a variable.  
 
*# Assign the list to a variable.  
 
*# Use this variable in the Forward Email block.
 
*# Use this variable in the Forward Email block.
* <tt>IW_ExternalAgentInstructions</tt>&mdash;The text provided by the agent who is forwarding the email interaction. This is added only if the value of the [[Email#email.forward.enable-instructions|email.forward.enable-instructions]] option is set to <tt>true</tt> (Enable the forward instructions field). This value can be used as a Field Code in the Standard Response that is contained in the Forward Email block to give forward instructions to an external resource.
+
* <tt>IW_ExternalAgentInstructions</tt> &mdash; The text provided by the agent who is forwarding the email interaction. This is added only if the value of the [[Email#email.forward.enable-instructions|email.forward.enable-instructions]] option is set to <tt>true</tt> (Enable the forward instructions field). This value can be used as a Field Code in the Standard Response that is contained in the Forward Email block to give forward instructions to an external resource.
 
Refer to [[Documentation/ES|eServices]] email workflow samples for more information about forwarding email interactions to external resources.
 
Refer to [[Documentation/ES|eServices]] email workflow samples for more information about forwarding email interactions to external resources.
 
+
===Privileges===
 
The following privilege controls the use of the forwarding feature:
 
The following privilege controls the use of the forwarding feature:
* [[Email#privilege.email.can-forward|privilege.email.can-forward]]
+
* [[Email#privilege.email.can-forward|privilege.email.can-forward]] &mdash; Allows forwarding of an email as an attachment.
Use the following configuration options in the '''[interaction-workspace]''' section to configure this feature:
+
* [[Email#privilege.email.can-inline-forward|privilege.email.can-inline-forward]] &mdash; Allows forwarding of an email as an inline (quoted) email.
 +
*:If both privileges are granted, the '''Forward''' button becomes a split button, and the following menu options are availalbe:
 +
**Forward (Inline forwarding)
 +
**Forward as an Attachment
 +
* [[Contact#privilege.contact.can-inline-forward.email.from-history|privilege.contact.can-inline-forward.email.from-history]] &mdash; Allows forwarding of a closed email interaction as an inline email from the History.
 +
===Configuration Options===
 +
Use the following configuration options in the '''[interaction-workspace]''' section to configure the forwarding features:
 +
====Forwarding as an Attachment Specific Configuration Options====
 +
* [[Email#email.forward.enable-instructions|email.forward.enable-instructions]] &mdash; Enable the forward information field. Information entered into this field is included in the email containing the attachment.
 
* [[Email#email.forward-queue|email.forward-queue]] &mdash; Specifies the Interaction Queue in which the inbound email is placed when an agent forwards it to an external resource.
 
* [[Email#email.forward-queue|email.forward-queue]] &mdash; Specifies the Interaction Queue in which the inbound email is placed when an agent forwards it to an external resource.
 +
* [[Email#email.forward.enable-cc-addresses|email.forward.enable-cc-addresses]] &mdash; Enable agents to specify more than one target in the '''CC''' address field.
 
* [[Email#email.forward.enable-multiple-to-addresses|email.forward.enable-multiple-to-addresses]] &mdash;  Enable agents to specify more than one target in the '''To''' address field.
 
* [[Email#email.forward.enable-multiple-to-addresses|email.forward.enable-multiple-to-addresses]] &mdash;  Enable agents to specify more than one target in the '''To''' address field.
* [[Email#email.forward.enable-cc-addresses|email.forward.enable-cc-addresses]] &mdash; Enable agents to specify more than one target in the '''CC''' address field.  
+
====Inline Forwarding Specific Configuration Options====
* [[Email#email.forward.enable-instructions|email.forward.enable-instructions]] &mdash; Enable the forward information field.  
+
* [[Email#email.inline-forward-queue|email.inline-forward-queue]] &mdash; Specifies the Interaction Queue in which the inbound email is placed when an agent forwards it as an inline email.
 
+
* [[Email#email.inline-forward-prefix|email.inline-forward-prefix]] &mdash; Specifies the in-line forward prefix that is added to subject of the inbound email.
 
+
* [[Email#email.inline-forward-header|email.inline-forward-header]] &mdash; Specifies the header information that is added inline to the forwarded email interaction.
 
 
 
[[Category:V:HTCC:8.5.2]]
 
[[Category:V:HTCC:8.5.2]]

Revision as of 17:55, November 30, 2017

Email Interactions

Workspace enables agents to handle email interactions, including the following functionality:

  • Reply to inbound emails (with or without the original text)
  • Create new outbound emails
  • Check the spelling of an outbound email
  • Apply a signature to an outbound email
  • Store emails in a workbin
  • Transfer an email to an internal target
  • Set a disposition code
  • Mark the interaction as Done
  • View and copy links to non-embedded images in inbound and outbound email interactions
  • View and insert Standard Responses
  • Paste content from browsers and other applications that display HTML
  • Paste images from browsers and other applications that display HTML

Workspace enables the following Email interaction capabilities:

  • Decline an interaction
  • Release an interaction
  • Move an interaction to a Workbin
  • Reply to an interaction
  • Reply All to an interaction
  • Add Attachments to an interaction
  • Send an interaction
  • Save an interaction
  • Delete an interaction

The following are mandatory options for correct email interaction handling:

You can also use the following options for email interaction handling:

  • email.from-addresses — Specifies a character string that specifies the name of the Business Attribute which contains the Attribute Values that are used as available addresses. You can set a default value by using the flag from the Business Attribute value. These come from the addresses of email interactions. This option can be overridden by a routing strategy.
  • interaction.disposition.is-mandatory — Specifies whether it is mandatory for the agent to set a disposition code before Marking Done an interaction. This option can be overridden by a routing strategy.
  • interaction.disposition.is-read-only-on-idle — Prevents changes to the disposition code after the interaction has been released. This option can be overridden by a routing strategy.
  • interaction.disposition.key-name — The key that is used to populate attached data or a user event when a disposition code is submitted to the back-end system, such as T-Server, Interaction Server, and Contact Server. This option can be overridden by a routing strategy.
  • interaction.disposition.use-attached-data — Enables the adding of attached data from the interaction in UserEvent. This option can be overridden by a routing strategy.
  • interaction.disposition.value-business-attribute — A character string that specifies the name of the Business Attribute that contains the Attribute Values that are used as an enumerated value for a disposition code. This option can be overridden by a routing strategy.

You can use the following options to control the default and available fonts for outgoing email interactions:

Signatures

Workspace enables you to assign default signature templates to outbound email interactions. Email signatures allow the insertion of tagged-data fields with data that is related to the agent, such as name, job title, department, phone number, email address, and so on. Refer to "Using UCS Data in Standard Responses: System Variables" in the "Genesys Knowledge Management: Basics" chapter of the eServices User's Guide for more information about the tagged data field. Signatures also support linked image(s) and hyperlinks.

Use the email.signature.line-<n> configuration option in the [interaction-workspace] section to specify the path and name of the signature file or the location of the Response in the Standard Response Library that is to be used as the default signature.

Tip
This option can be overridden by a routing strategy based on the attached data of the interaction.

Forwarding Inbound Email

Workspace enables agents to forward active and closed inbound email interactions to an external resource by selecting a valid email address in Team Communicator, either by manually entering the address or by selecting it from a searched Contact or a Corporate or Personal Favorite. Email Forward supports both To and CC (carbon copy) addressing and multiple recipient targets. Agents can also add additional information about the forwarded interaction in a dedicated text box.

Two types of forwarding are supported:

  1. Inline forwarding (quoted)
  2. Forwarding as an attachment (if supported by the email server)

Depending on the Business Process that you are using, the agent who has forwarded an email interaction to an external resource can still retain the ownership of the interaction and be responsible for closing the interaction.

Business Processes

A set of key-value pairs that include the destination email address and other information is added to the inbound email before it is placed in the Forward queue so that they can be used in a Business Process:

Inline Forwarding

  • IW_OriginalAgentEmployeeId — The Empoyee Id of the agent.
  • OriginalAgentUserName — The UserName of the agent.

Refer to eServices email workflow samples for more information about forwarding email interactions to external resources.

Forward as an Attachment

  • IW_OriginalAgentEmployeeId — The Empoyee Id of the agent.
  • IW_TransferrerUserName — The UserName of the agent.
  • IW_EmailNotepad — The current notepad text of the email view.
  • IW_ExternalAgentAddress — The To email address destination. If the value of the email.forward.enable-multiple-to-addresses option is set to true, the value of IW_ExternalAgentAddress is a comma separated list of To addresses. This list has to be parsed in the Business Process. For each extracted address, the Business Process has to do the following:
    1. Assign the extracted address to a variable.
    2. Use this variable in the Forward Email block.
  • IW_ExternalAgentCcAddress — The CC email address destination. This is added only if the value of the email.forward.enable-cc-addresses option is set to true (Enable the CC address field where agents can specify one or several CC addresses). The value is a comma separated list of CC addresses. With this list, the Business Process has to do the following:
    1. Assign the list to a variable.
    2. Use this variable in the Forward Email block.
  • IW_ExternalAgentInstructions — The text provided by the agent who is forwarding the email interaction. This is added only if the value of the email.forward.enable-instructions option is set to true (Enable the forward instructions field). This value can be used as a Field Code in the Standard Response that is contained in the Forward Email block to give forward instructions to an external resource.

Refer to eServices email workflow samples for more information about forwarding email interactions to external resources.

Privileges

The following privilege controls the use of the forwarding feature:

Configuration Options

Use the following configuration options in the [interaction-workspace] section to configure the forwarding features:

Forwarding as an Attachment Specific Configuration Options

Inline Forwarding Specific Configuration Options

Comments or questions about this documentation? Contact us for support!