Create draft email
Microsoft Outlook Create Draft Email is an AI-powered tool designed to streamline the process of composing and saving email drafts directly within Outlook using Microsoft Graph API. It enables automated draft creation with precise control over recipients, content, attachments, and more.
Features
- Create draft emails with specified recipients, CC, and BCC lists.
- Support for both plain text and HTML email content types.
- Attach files via URLs or local paths to email drafts seamlessly.
- Utilizes Microsoft Graph API for reliable and secure email integration.
- Offers customizable options with expanded email details for advanced use cases.
Benefits
- Saves time by automating the initial email drafting process.
- Improves email organization by managing drafts programmatically.
- Enhances productivity with easy inclusion of multiple recipients and attachments.
- Ensures compatibility with Microsoft Outlook and Office 365 environments.
- Facilitates integration into custom workflows and applications via API.
Description
Create a draft email, See the documentation
IMPORTANT: The arguments have specific formats. Please follow the instructions below:
- recipients: Return JSON in this format: string[]
- ccRecipients: Return JSON in this format: string[]
- bccRecipients: Return JSON in this format: string[]
- files: Return JSON in this format: string[]
Parameters
8 parameters
| Name | Type | Description |
|---|---|---|
| recipients | string[] | Array of email addresses |
| ccRecipients | string[] | Array of email addresses |
| bccRecipients | string[] | Array of email addresses |
| subject | string | Subject of the email |
| contentType | enum | Content type (default |
| content | string | Content of the email in text or html format |
| files | string[] | Provide either an array of file URLs or an array of paths to a files in the /tmp directory (for example, /tmp/myFile.pdf). |
| expand | object | Additional email details, See object definition |