SendMail

Estimated reading: 3 minutes 2231 views

This activity helps the user send an email from their Gmail address to another Gmail address. Users can compose emails, add recipients’ email addresses, specify the subject and body of the email, and send the message directly from their Gmail account. Ensure it is used within the ‘GmailScope’.

Properties

INPUT

AttachmentList: Indicate the list of attachments to include along with the mail. It accepts values in the form of a “list” datatype. When left blank, it will not be considered.

CCAddress: Provide the “CC address” of the recipients to send the email. This allows sending email to additional recipients for informational purposes. This parameter accepts values in “String” datatype. You can either hardcode the values in “String” datatype or can enter the values in “String”. When left blank, it will not be considered.

FromAddress:* Specify the “From address,” which is the sender’s email address used to send the email. This parameter accepts values in “String” datatype. You can either hardcode the values in “String” datatype or can enter the values in “String”. When left blank, it will not be considered.

MailBody: This parameter specifies the “Mail Body” that should be sent as an email. It accepts values in “String” datatype. You can either hardcode the values in “String” datatype or can enter the values in “String”. When left blank, it will not be considered.

Subject: Specify the “Subject” of the email to be sent along with the mails. This parameter accepts values in “String” datatype. You can either hardcode the values in “String” datatype or can enter the values in “String”.
When left blank, it will not be considered.

ToAddress: It specifies the “To address” of the recipient to send the mail. This parameter accepts values in “String” datatype. You can either hardcode the values in “String” datatype or can enter the values in “String”.
When left blank, it will not be considered.

MISC

DisplayNameDisplays the name of the activity. The activity name can be customized, which aids in troubleshooting.
SkipOnError
Specify the “Boolean” value as “True” or “False.”

True: Continue executing the workflow regardless of any errors thrown.
False:
 Halt the workflow if it encounters any errors.
None:
 If the option is left blank, the activity will, by default, behave as if “False” were chosen.
Version
It indicates the version of the feature being used.

OUTPUT

Result: It provides the ability to view the execution status of the activity. It returns values in “Boolean.”
True: Indicates that the activity has been executed successfully without any errors.
False: Indicates that the activity has been unsuccessful due to an unexpected error being thrown.
Represents mandatory fields to execute the workflow.

Share this Doc

SendMail

Or copy link

CONTENTS