Microsoft Outlook
API actions for the Microsoft Outlook integration.
Microsoft Outlook
Send email through Microsoft Outlook using Microsoft Graph.
Send email
Send an email through Microsoft Outlook using Microsoft Graph.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
sender | string | Yes | The sender's email address or user principal name (UPN). |
to | string | Yes | Comma-separated list of recipient email addresses. |
subject | string | Yes | Subject of the email. |
body | string | Yes | Plain text body content of the email. |
html_body | string | No | HTML body content of the email (optional, overrides body if provided). |
attachments | array | No | List of uploaded file references to attach. |
Response
{
"status": "success"
}