Microsoft Outlook
API actions for the Microsoft Outlook integration.
Microsoft Outlook
Send email through Microsoft Outlook.
Send email
Send an email through Microsoft Outlook.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
sender | string | Yes | The sender's email address or Microsoft sign-in name. |
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 | Formatted (HTML) version of the email body. If provided, it is used instead of the plain text body. |
attachments | array | No | Files to attach to the email. |
Response
{
"status": "success"
}