Definition and Usage
Mark Email allows you to change the read status of an email message. This command enables you to mark an email as either read or unread, which is useful for managing email workflows and organizing your inbox.
Parameter Values
Input parameters
Parameter | Description | Possible Values | Required | Options / Notes |
Email message | Select the mail message to process |
| Yes | Should be a valid email message object |
Mark as | Choose to mark an email as read or unread | Unread, Read | Yes |
|
Error handling
Parameter Name | Description |
Throw error & stop | When an error occurs, the action will trigger an error and stop the execution of the entire app. |
Retry command | If an error occurs, the action will retry the command in an attempt to resolve the issue and continue the process. |
Ignore error & continue | When an error occurs, the action will be ignored, and the workflow will continue without interruption. |
Variables produced
This action doesn't produce any variables.
Using Variables in Conditions
You can use variables for the Email message parameter by clicking on the variable icon and selecting a previously defined email variable. This is particularly useful when working with email processing workflows where you need to dynamically determine which emails to mark as read or unread.
Notes
Before using this command, ensure that you have properly retrieved or accessed the email message you want to modify.
The email account must have proper permissions to modify the read status of messages.
This command works with various email providers that support read/unread status functionality.
If the email message is invalid or no longer available, the command will result in an error.