Forward Mail

Forward Mail enables you to forward the e-mail selected as per the ID field of the mail present in the Outlook. While forwarding the email, if required, you can update the email fields such as adding new subject, adding additional body, adding CC & BCC fields, adding additional attachments, and updating the importance of the mail.

 

NOTE:  

  • Ensure that a valid ID of the mail is passed while using Forward Mail feature. The ID can be extracted using Search Mail feature & JSON Activity. If the provided ID of the mail is not found, then the test run may fail.
  • You can add multiple attachments by providing semicolon-separated string of file paths, but the size of an individual attachment should not exceed 3MB.

 

Using Forward Mail Feature

  1. From the Feature dropdown list, select Forward Mail.

  2. Click the   (Setting) icon to configure the input configuration. The Input Configuration screen appears.

  3. Define all the input parameters as In arguments and output parameters as Out arguments in the Argument bar to make it available for the selection.
  4. The Input configuration consists of two types of parameter which must be entered.
    1. Mandatory Options:

      1. From the Id dropdwon list, select the argument holding the ID (unique Identifier) of the email.

      2. From the To Recipients dropdown list, select the argument holding the e-mail Ids to whom you want to forward the e-mail. You can provide semicolon(;) separated values to add multiple recipients.

    2. Advanced Options: Click Advanced Options to enter more input configurations if the content of forwarded email needs to be modified as per your requirements.

      1. From the New Subject dropdown list, select the argument holding the new subject of the email. The default subject used is FW:Original subject.

      2. From the Additional Body dropdwon list, select the argument holding the content which needs to be appended with the email's message body.

      3. From the CC Recipients dropdown list, select the argument holding the additional email addresses that you want to add as Cc recipients. You can provide semicolon(;) separated values to add multiple recipients.

      4. From the BCC Recipients dropdown list, select the argument holding additional email addresses that you want to add as Bcc recipients. You can provide semicolon(;) separated values to add multiple recipients.

      5. From the Attachment File Path dropdown list, select the argument  holding file paths which needs to be additionally attached to the email. It should be semicolon-separated string of file paths.

      6. From the Importance dropdwon list, select the argument holding the importance of the email from available options such as low, normal, and high.

      7. Click Delete to remove the input parameter from the list.

  5. You can select the Is Default Value checkbox to set the selected input parameter as the default value.

  6. Once done, click Confirm.

    The Forward Mail feature is confirmed.
    Below the sample output:

    {"Response":"Forwarded Mail Successfully"}