Returns a Email Message Info

Last published at: April 26th, 2021

Description:

Gets email message info for an email stored from the email trigger

Inputs

  • msgIDVariable-Variable that holds the message ID
  • varToStoreFromAddress– Variable to store the from email address.
  • varToStoreToAddress- Variable to store the to email address
  • varToStoreSubject- Variable to store the email subject
  • varToStoreBody- Variable to store the email body
  • varToStoreFileList- Variable to store the file lists

Returns

  • True – step executed successfully
  • False – step failed to execute 

Usage:

This step is related to email triggers.

We can configure email triggers using FlowWright application.

Example:

Let’s build and execute the getEmailMsgDef example.          

  • Create a new definition called “getEmailMsgDef
  • Select the definition and click the “design” button
  • Drag a getEmailMsg step from the toolbox
  • Connect the dots between the start and getEmailMsg step 

  • Click on the “getEmailMsg” step to configure its properties
  • Configure the following values for the properties as shown on the below graphic
  • Save the workflow definition, create a workflow instance and execute the workflow by passing messageID value. Step should get email information for the email stored from email trigger.