Search

Scenarios of Sendings Emails

Articles

Reply to an Existing Email

  • Map the UID of the browsed email.
  • Map or enter the Email ID to send the mail in the To tag.
  • Map or enter the body of the email in the TEXT tag of BODY section. Image description

Send HTML Email

  • Map or enter Email ID to send the reply in the To tag.
  • Map or enter the body of the email formatted using various HTML tags in the HTML tag of BODY section. Image description

Add Multiple Email IDs in To, CC, or BCC Fields

  • Map the To, CC, or BCC tags using Expresssion Mapping.
  • Write an expression to map multiple Email IDs:

    var EmailIDs=’<Email ID 1>,<Email ID 2>,<Email ID 3>’;
    var EmailList=EmailIDs.split(‘,’);
    return EmailList;

  • Map or enter the values for the other required tags like BODY, SUBJECT, etc. Image description
Did you find what you were looking for?