The 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.
To run this block, authenticate your Google account with Keyflow by visiting your credentials page and connecting your Gmail with “Read Edit & Send Emails.”
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.- |
Consider these scenarios where this block proves highly beneficial:
In essence, whenever there’s a need for efficient and effective email management, the Send Email
block is a valuable asset!