Microsoft Outlook に戻る
Microsoft Outlook (Microsoft) と Knoon AI を接続して 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. |