Skip to content

Create Folder Activity

The Create Folder activity enables the creation of new directories within a specified mail server. It utilizes an established mail connection to organize and manage mailbox structures programmatically.

Field Description Requirement
Connection name The reference name of the mail connection that has already been established, selected from the dropdown menu. Required
Folder name The designated name for the new folder to be created on the server. Required

Action Types & Examples

Folder Creation

  • Format: string
  • Example Result: "Moved"

Implementation Examples

Field Setup - Connection name: mailConnection - Folder name: Moved

Execution Parameters - Action: Create - Target: Mail Server

Technical Notes

The activity requires an active and valid mail connection to be established prior to execution. Ensure that the account associated with the connection name has the necessary administrative permissions to create new folders on the mail server.