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.