Indietro a Microsoft Outlook
Connetti Knoon AI con Microsoft Outlook (Microsoft) per automatizzare i flussi di lavoro AI.
Send an email from the connected Microsoft Outlook mailbox using Microsoft Graph.
microsoftOutlookSendMail
Beta
Autorizzazioni
Autorizzazioni facoltative
Non ci sono elementi da visualizzare.
Parametri
| Nome | Tipo | Descrizione | Obbligatorio |
|---|---|---|---|
| to | mustache | Recipient email address or a comma-separated list of addresses (e.g. "user@example.com" or "a@example.com,b@example.com"). | Sì |
| cc | mustache | Optional. CC recipients as a comma-separated list of addresses. | No |
| bcc | mustache | Optional. BCC recipients as a comma-separated list of addresses. | No |
| subject | mustache | Subject line of the email. | Sì |
| textBody | mustache | Plain text body of the email. At least one of textBody, htmlBody, or markdownBody must be provided. | No |
| htmlBody | mustache | HTML body of the email. At least one of textBody, htmlBody, or markdownBody must be provided. | No |
| markdownBody | mustache | Markdown body of the email. Will be converted to HTML automatically. At least one of textBody, htmlBody, or markdownBody must be provided. | No |
| replyTo | mustache | Optional reply-to email address or comma-separated list of addresses. | No |
| importance | string | Optional message importance. | No |
| saveToSentItems | boolean | Whether to save a copy in Sent Items. | No |
Resi
| Nome | Tipo | Descrizione |
|---|---|---|
| result | string | Status of the operation. Expected value: "SENT" or an error will be thrown on failure. |