Skip to content

Move email

Description

The Move Email activity allows you to automatically move email messages from one folder to another within a connected email system .

This activity is commonly used for email classification, archiving, or automation purposes in workflows that handle communications, support tickets, approvals, or notifications.

Use this activity to:

  • Automatically archive processed emails to designated folders
  • Organize incoming messages based on custom criteria
  • Clean up an inbox or triage emails into workflow-specific folders

Use case:
After processing support request emails, this activity can be used to move those emails from the Inbox to the Resolved Tickets folder using message identifiers from the previous activity.

Input

Input TypeStatus
DataRequired

Output

Output TypeFormatDescription
DataJSONConfirmation of moved emails and results
Field NameDescription
ConnectionEmail server connection details (e.g., IMAP). Includes host, port, and credentials.
Message Identifier ColumnColumn containing the email’s unique ID (e.g., message UID or ID) used to locate it on the server.
Configuration MapA rule-based mapping table using three columns:
Status – Name of the input column to check (e.g., “Status”)
Value – Value to match
Folder – Destination folder if the condition is matched

Sample Input

Not applicable

Sample Configuration

FieldValue
connection.idimap-office365
messageIdentifierColumnemail_uid
configurationStatus → Folder Mapping->Map

Example folder mapping:

ColumnValueFolder
StatusApprovedArchived
StatusEscalatedPriority Inbox
StatusPendingReview Queue

Sample Output

Email UIDStatusTarget FolderResult
8722ProcessedArchivedMoved
8723CompletedResolved TicketsMoved
8724EscalatedPriority InboxMoved

Emails are moved based on the status-to-folder mapping logic defined in the configuration.