LOGEMAIL
This help page is for Studio. This information is also available for Desktop Studio.
|
Initiates email logging. The contact is saved in the MailLog folder with the EML file type. The log file is also available in the Contact History Report in CXone Mpower. |
Supported Script Types
|
Input Properties
These properties define data that the action uses when executing.
Property |
Description |
---|---|
Add Caption |
Enter a short phrase that uniquely identifies this action in the script. The caption appears on the script canvas under the action icon. |
Log Attachments | Select true or false. If True, attachments of the email will also be logged. |
Attach TTL Days | The number of days the file server keeps the attachments before being automatically deleted. This is unused if the LogAttachment property is set to False. |
Log Raw Email | Select true or false. True saves the EMLfile in addition to the separate fields stored in the database. The raw email is a MIME-encoded email which is exactly what is received from the remote email server. The raw file includes the original headers and encoding structures. |
Raw Email TTL Days | The number of days the file server will keep the EML file before being automatically deleted. This is unused if the LogRawEmail property is set to False. |
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. |