Kembali ke Microsoft Outlook

Sambungkan Knoon AI dengan Microsoft Outlook (Microsoft) untuk mengotomatisasi alur kerja AI.

Send an email from the connected Microsoft Outlook mailbox using Microsoft Graph.
microsoftOutlookSendMail
Beta
Izin
  • Mail.Send
Izin opsional
Tidak ada item untuk ditampilkan.
Parameter
NamaTipeDeskripsiWajib
tomustache Recipient email address or a comma-separated list of addresses (e.g. "user@example.com" or "a@example.com,b@example.com").Ya
ccmustache Optional. CC recipients as a comma-separated list of addresses.Tidak
bccmustache Optional. BCC recipients as a comma-separated list of addresses.Tidak
subjectmustache Subject line of the email.Ya
textBodymustache Plain text body of the email. At least one of textBody, htmlBody, or markdownBody must be provided.Tidak
htmlBodymustache HTML body of the email. At least one of textBody, htmlBody, or markdownBody must be provided.Tidak
markdownBodymustache Markdown body of the email. Will be converted to HTML automatically. At least one of textBody, htmlBody, or markdownBody must be provided.Tidak
replyTomustache Optional reply-to email address or comma-separated list of addresses.Tidak
importancestring Optional message importance.Tidak
saveToSentItemsboolean Whether to save a copy in Sent Items.Tidak
Pengembalian
NamaTipeDeskripsi
resultstring Status of the operation. Expected value: "SENT" or an error will be thrown on failure.