العودة إلى Microsoft Outlook
اتصل بـ Knoon AI مع Microsoft Outlook (Microsoft) لأتمتة تدفقات عمل الذكاء الاصطناعي.
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. |