Retour à Microsoft Outlook

Connecter Knoon AI avec Microsoft Outlook (Microsoft) pour automatiser les flux de travail AI.

Send an email from the connected Microsoft Outlook mailbox using Microsoft Graph.
microsoftOutlookSendMail
Bêta
Autorisations
  • Mail.Send
Autorisations optionnelles
Il n'y a aucun élément à afficher.
Paramètres
NomTypeDescriptionRequis
tomustache Recipient email address or a comma-separated list of addresses (e.g. "user@example.com" or "a@example.com,b@example.com").Oui
ccmustache Optional. CC recipients as a comma-separated list of addresses.Non
bccmustache Optional. BCC recipients as a comma-separated list of addresses.Non
subjectmustache Subject line of the email.Oui
textBodymustache Plain text body of the email. At least one of textBody, htmlBody, or markdownBody must be provided.Non
htmlBodymustache HTML body of the email. At least one of textBody, htmlBody, or markdownBody must be provided.Non
markdownBodymustache Markdown body of the email. Will be converted to HTML automatically. At least one of textBody, htmlBody, or markdownBody must be provided.Non
replyTomustache Optional reply-to email address or comma-separated list of addresses.Non
importancestring Optional message importance.Non
saveToSentItemsboolean Whether to save a copy in Sent Items.Non
Retours
NomTypeDescription
resultstring Status of the operation. Expected value: "SENT" or an error will be thrown on failure.