E-mail (SMTP) öğesine geri dön

Knoon AI'yi E-mail (SMTP) ile bağlayarak AI iş akışlarını otomatikleştirin.

Send an email using the configured SMTP provider for this app.
smtpDefaultSendEmail
BETA
İzinler
Gösterilecek öğe yok.
İsteğe bağlı izinler
Gösterilecek öğe yok.
Parametreler
İsimTürAçıklamaGerekli
frommustache Optional. Email address to send from (e.g. "no-reply@example.com"). If omitted, the default SMTP from address for this app will be used.Hayır
tomustache Recipient email address or a comma-separated list of addresses (e.g. "user@example.com" or "a@example.com,b@example.com").Evet
ccmustache Optional. CC recipients as a comma-separated list of addresses.Hayır
bccmustache Optional. BCC recipients as a comma-separated list of addresses.Hayır
subjectmustache Subject line of the email.Evet
textBodymustache Plain text body of the email. At least one of textBody, htmlBody, or markdownBody must be provided.Hayır
htmlBodymustache HTML body of the email. At least one of textBody, htmlBody, or markdownBody must be provided.Hayır
markdownBodymustache Markdown body of the email. Will be converted to HTML automatically. At least one of textBody, htmlBody, or markdownBody must be provided.Hayır
replyTomustache Optional reply-to email address.Hayır
İadeler
İsimTürAçıklama
resultstring Status of the operation. Expected values: "SENT" or an error will be thrown on failure.