חזרה אל 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. |