The Outlook Sender
block allows users to send emails from their Microsoft Outlook account, facilitating the efficient management of email workflows and ensuring that critical communications are timely. This block also features an option to save emails as drafts in your Outlook account.
To run this block, you will first need to authenticate your Microsoft Outlook account with Keyflow. Navigate to your credentials page to connect.
I/O | Feature | Type | Simple Explanation |
---|---|---|---|
input | recipient_email | string | The email address of the recipient who will receive the message. |
input | email_body | string | The main content of the email message you wish to send. |
input | email_subject | string | The subject line for the email being sent. |
input | message_id | string | Optional; ID of an existing email which you’re replying to. |
input | send_as_draft | boolean | When enabled, saves the email as a “Draft” instead of sending it immediately. |
output | email_status | string | Indicates whether the email was sent successfully or if an error occurred. |
Consider how this block can streamline various processes:
The Outlook Sender
block is essential for automating routine email tasks, helping save time while fostering efficient communication patterns through Microsoft Outlook!