返回 Microsoft Outlook

將 Knoon AI 與 Microsoft Outlook (Microsoft) 連接以自動化 AI 工作流程。

Send an email from the connected Microsoft Outlook mailbox using Microsoft Graph.
microsoftOutlookSendMail
測試版
權限
  • Mail.Send
可選權限
沒有項目可顯示。
參數
名稱類型說明必填
tomustache Recipient email address or a comma-separated list of addresses (e.g. "user@example.com" or "a@example.com,b@example.com").是的
ccmustache Optional. CC recipients as a comma-separated list of addresses.
bccmustache Optional. BCC recipients as a comma-separated list of addresses.
subjectmustache Subject line of the email.是的
textBodymustache Plain text body of the email. At least one of textBody, htmlBody, or markdownBody must be provided.
htmlBodymustache HTML body of the email. At least one of textBody, htmlBody, or markdownBody must be provided.
markdownBodymustache Markdown body of the email. Will be converted to HTML automatically. At least one of textBody, htmlBody, or markdownBody must be provided.
replyTomustache Optional reply-to email address or comma-separated list of addresses.
importancestring Optional message importance.
saveToSentItemsboolean Whether to save a copy in Sent Items.
退貨
名稱類型說明
resultstring Status of the operation. Expected value: "SENT" or an error will be thrown on failure.