Lodol Docs

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

ParameterTypeRequiredDescription
senderstringYesThe sender's email address or user principal name (UPN).
tostringYesComma-separated list of recipient email addresses.
subjectstringYesSubject of the email.
bodystringYesPlain text body content of the email.
html_bodystringNoHTML body content of the email (optional, overrides body if provided).
attachmentsarrayNoList of uploaded file references to attach.

Response

{
  "status": "success"
}

On this page