Lodol Docs

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

ParameterTypeRequiredDescription
senderstringYesThe sender's email address or Microsoft sign-in name.
tostringYesComma-separated list of recipient email addresses.
subjectstringYesSubject of the email.
bodystringYesPlain text body content of the email.
html_bodystringNoFormatted (HTML) version of the email body. If provided, it is used instead of the plain text body.
attachmentsarrayNoFiles to attach to the email.

Response

{
  "status": "success"
}

On this page