Tilbake til Microsoft Outlook

Koble til Knoon AI med Microsoft Outlook (Microsoft) for å automatisere AI-arbeidsflyter.

Send an email from the connected Microsoft Outlook mailbox using Microsoft Graph.
microsoftOutlookSendMail
BETA
Tillatelser
  • Mail.Send
Valgfrie tillatelser
Det finnes ingen elementer å vise.
Parametere
NavnTypeBeskrivelsePåkrevd
tomustache Recipient email address or a comma-separated list of addresses (e.g. "user@example.com" or "a@example.com,b@example.com").Ja
ccmustache Optional. CC recipients as a comma-separated list of addresses.Nei
bccmustache Optional. BCC recipients as a comma-separated list of addresses.Nei
subjectmustache Subject line of the email.Ja
textBodymustache Plain text body of the email. At least one of textBody, htmlBody, or markdownBody must be provided.Nei
htmlBodymustache HTML body of the email. At least one of textBody, htmlBody, or markdownBody must be provided.Nei
markdownBodymustache Markdown body of the email. Will be converted to HTML automatically. At least one of textBody, htmlBody, or markdownBody must be provided.Nei
replyTomustache Optional reply-to email address or comma-separated list of addresses.Nei
importancestring Optional message importance.Nei
saveToSentItemsboolean Whether to save a copy in Sent Items.Nei
Returer
NavnTypeBeskrivelse
resultstring Status of the operation. Expected value: "SENT" or an error will be thrown on failure.