Send email
Microsoft Outlook Send Email is a powerful AI-powered tool designed to streamline sending emails to single or multiple recipients effortlessly. It integrates with Microsoft Graph API to provide a seamless and customizable email communication experience.
Features
- Supports sending emails to multiple recipients including To, CC, and BCC fields.
- Allows sending emails in both plain text and HTML content formats.
- Supports attaching multiple files via URL or local temporary paths for comprehensive messaging.
- Integrates directly with Microsoft Graph API for robust and reliable email delivery.
- Provides detailed options for expanding email details to customize message properties.
Benefits
- Enhances productivity by automating and simplifying the process of sending emails.
- Facilitates professional communication with customizable message formats and attachments.
- Improves team collaboration by supporting multiple recipient types including CC and BCC.
- Ensures reliable email delivery through powerful Microsoft Outlook integration.
- Saves time with easy-to-use API calls compatible with various workflows and applications.
Description
Send an email to one or multiple recipients, See the docs
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 |