Microsoft Outlook로 돌아가기
Knoon AI를 Microsoft Outlook (Microsoft)과 연결하여 AI 워크플로우를 자동화하세요.
Send an email from the connected Microsoft Outlook mailbox using Microsoft Graph.
microsoftOutlookSendMail
베타
권한
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| to | mustache | Recipient email address or a comma-separated list of addresses (e.g. "user@example.com" or "a@example.com,b@example.com"). | 네 |
| cc | mustache | Optional. CC recipients as a comma-separated list of addresses. | 아니요 |
| bcc | mustache | Optional. BCC recipients as a comma-separated list of addresses. | 아니요 |
| subject | mustache | Subject line of the email. | 네 |
| textBody | mustache | Plain text body of the email. At least one of textBody, htmlBody, or markdownBody must be provided. | 아니요 |
| htmlBody | mustache | HTML body of the email. At least one of textBody, htmlBody, or markdownBody must be provided. | 아니요 |
| markdownBody | mustache | Markdown body of the email. Will be converted to HTML automatically. At least one of textBody, htmlBody, or markdownBody must be provided. | 아니요 |
| replyTo | mustache | Optional reply-to email address or comma-separated list of addresses. | 아니요 |
| importance | string | Optional message importance. | 아니요 |
| saveToSentItems | boolean | Whether to save a copy in Sent Items. | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| result | string | Status of the operation. Expected value: "SENT" or an error will be thrown on failure. |