Reply
|
Automatically sends a reply message to the email sender. The recipient address is taken directly from the original message header. |
Dependencies
- Use caution when using the Reply action with CXone emails that have a point of contact email address as the From address. Doing this will cause a repetitive loop.
- Reply is a terminal event (meaning it ends that contact).
Supported Script Types
|
Properties
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. |
Message | The text that is sent to the selected target when this action executes. You can use variables in this field. |
IncludeOriginalMsg |
Determines whether the original message will be appended to the reply text. If enabled, the original message is appended with the standard style that includes the original message header. If disabled, the original message is not included. |
Result Branch Conditions
Result branch conditions allow you to create branches in your script to handle different outcomes when an action executes.
Condition |
Description |
---|---|
|
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. |