EMAIL (Digital Scripts)
This help page is for Desktop Studio. This information is also available for CXone Studio.
Dependencies
- This action requires Digital Experience.
- Before working with digital scripts, learn about the differences between traditional ACD scripts and digital scripts.
- Attachment files must be stored in your CXone file storage. They can be located in a subfolder. You can access your file storage through the Browse ACD Files page in CXone or using Desktop Studio.
Supported Script Types
|
Digital |
Input Properties
These properties define data that the action uses when executing.
You can use variable substitution in all of the properties of this action.
Property |
Description |
---|---|
Caption |
Enter a short phrase that uniquely identifies this action in the script. The caption appears on the script canvas under the action icon. |
Attachments |
The file name and path for any attachments being sent with the email. Separate multiple files with a semicolon. Attachment files must be located in your CXone file storage. |
Body | The plain text content of the email message. |
CCRecipient | The email addresses of one or more carbon copy recipients of this message. |
EmailPOC | Select the digital Any channel, contact, or skill associated with Digital Experience. email point of contact The entry point that an inbound contact uses to initiate an interaction, such as a phone number or email address. to use when sending this message. |
HTML |
Optional HTML code for the body of the email message. If the recipient's email client cannot display HTML, they will see the plain text from the Body property. |
idOnExternalPlatform |
Use this property if the email you're sending is part of an email thread. Include the ID of the thread from the external email platform. If you use this option, the original email body isn't included in the message you send. If you want to include the email body, use the |
Recipient | The email address of the recipient of this email. This field is required. |
Subject | The subject of the email being sent. This field is required. |
Output Properties
These properties contain variables that hold data returned from executing the action. They're available for reference and use when the action completes.
Property |
Description |
---|---|
ErrorMsgVar (out) |
Holds any error messages returned from the sending of this message. The default variable is: |
Result Branch Conditions
Result branch conditions allow you to create branches in your script to handle different outcomes when an action executes.
Condition |
Description |
---|---|
Default |
Path taken unless the script meets a condition that requires it to take one of the other branches. It is also taken if the action's other branches are not defined. |
OnError |
Path taken when the action fails to execute properly. For example, when there is an unexpected problem such as poor connectivity, syntax errors, and so on. The _ERR variable, with a single underscore character, should be populated with a condensed explanation of the problem. |
OnInvalidFormatEmail |
Path taken when the format of the To email address is not valid, such as if it's missing the @ symbol or the top level domain at the end. |