Skip to main content

Send Email

Overview


Sends an email to a recipient address using the specified Gmail account

Input

Connection

NameRequiredDescription
ConnectionGoogle API Connection
User Email

Recipients

NameRequiredDescription
ToEmail addresses of the recipients (Semicolon separated).
CcEmail addresses of the carbon copy recipients (Semicolon separated).
BccEmail addresses of the blind carbon copy recipients (Semicolon separated).

Email

NameRequiredDescription
SubjectThe subject of the email.
BodyThe body of the email.
Is HTMLSet this to true if the body is HTML.
Attachments (File paths)The file paths for files to be attached to the email (comma-separated).

Output

NameRequiredDescription
Action SuccessTrue if the action passed, false if it failed.