Send Email
block facilitates sending emails or creating draft emails directly from your Google Mail (Gmail) account. This functionality is especially useful for managing email-based workflows, ensuring that no important communications slip through the cracks.
I/O | Feature | Type | Simple Explanation |
---|---|---|---|
input | recipient_email | string | The email address of the recipient you wish to send a message to. |
input | email_body | string | The content of the email message you want to send. |
input | email_subject | string | The subject line of the email being sent. |
input | message_id | string | An identifier for an existing email if you are replying to it. |
input | send_as_html | boolean | Enables sending the email in HTML format if set to true. |
input | -input- | -boolean- | -If enabled, saves as “Draft” in your Gmail when set to true.- |
Send Email
block is a valuable asset!