top of page

E2F: Move Email Message

Leverage the Move Email Message apex action to move an email message from one parent to another (including the attachments/files).

Inputs

Existing EmailMessage Id

The email message id to be moved

New Case Id

The to id of the case to be reparented.

Outputs

newEmailMessageId

The id of the new Email Message created

isSuccess

​Set to True if the apex action was successful.  Set to False if an error was encountered.

Error Message

If status is “Fail”, the message of the error encountered

bottom of page