Back to Microsoft Outlook

Connect Knoon AI with Microsoft Outlook (Microsoft) to automate AI workflows.

Send an email from the connected Microsoft Outlook mailbox using Microsoft Graph.
microsoftOutlookSendMail
BETA
Permissions
  • Mail.Send
Optional permissions
There are no items to display.
Parameters
NameTypeDescriptionRequired
tomustache Recipient email address or a comma-separated list of addresses (e.g. "user@example.com" or "a@example.com,b@example.com").Yes
ccmustache Optional. CC recipients as a comma-separated list of addresses.No
bccmustache Optional. BCC recipients as a comma-separated list of addresses.No
subjectmustache Subject line of the email.Yes
textBodymustache Plain text body of the email. At least one of textBody, htmlBody, or markdownBody must be provided.No
htmlBodymustache HTML body of the email. At least one of textBody, htmlBody, or markdownBody must be provided.No
markdownBodymustache Markdown body of the email. Will be converted to HTML automatically. At least one of textBody, htmlBody, or markdownBody must be provided.No
replyTomustache Optional reply-to email address or comma-separated list of addresses.No
importancestring Optional message importance.No
saveToSentItemsboolean Whether to save a copy in Sent Items.No
Returns
NameTypeDescription
resultstring Status of the operation. Expected value: "SENT" or an error will be thrown on failure.