Skip to main content

Move Email To Folder Action

Move Email To Folder Action moves or copies a single email or an array of emails from a source folder (typically INBOX) to a specified destination folder on an active IMAP server connection.

Appearance

In Talos, Move Email To Folder Action appears as a standard rectangular node with an email and move-to-folder icon.

Icon

Properties

As with all Actions, Move Email To Folder Action has a set of unique properties required for its functionality.

Common properties

Common properties inherited from Action.

Display NameString
This is the display name of the action.

By customizing this property, you can differentiate between same-type actions.

Action IDString
Indicates the unique ID of this action.

This property is Read only and it is not customizable

DisabledBoolean
If set to true, this action is considered disabled and will not be executed.
Input Variable NameString
The variable holding the Email object or Array of Email objects to process.

Usually populated by a preceding Fetch Emails Action.

Source FolderString
The name of the source folder on the IMAP server.

Defaults to "INBOX".

Destination FolderString
The target folder where emails will be moved or copied to.

Provide the exact name of the destination folder (e.g., "Archive" or "Processed").

OperationString
Specifies whether to copy or move the email.

Must be one of the following:

  • "move": Removes the email from the source folder and places it in the destination folder.
  • "copy": Places a copy of the email in the destination folder, leaving the original in the source folder.