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