Microsoft Outlook に戻る

Microsoft Outlook (Microsoft) と Knoon AI を接続して 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.