Tilbage til E-mail (SMTP)

Forbind Knoon AI med E-mail (SMTP) for at automatisere AI-arbejdsgange.

Send an email using the configured SMTP provider for this app.
smtpDefaultSendEmail
BETA
Tilladelser
Der er ingen elementer at vise.
Valgfrie tilladelser
Der er ingen elementer at vise.
Parametre
NavnTypeBeskrivelseObligatorisk
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.Nej
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.Nej
bccmustache Optional. BCC recipients as a comma-separated list of addresses.Nej
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.Nej
htmlBodymustache HTML body of the email. At least one of textBody, htmlBody, or markdownBody must be provided.Nej
markdownBodymustache Markdown body of the email. Will be converted to HTML automatically. At least one of textBody, htmlBody, or markdownBody must be provided.Nej
replyTomustache Optional reply-to email address.Nej
Retur
NavnTypeBeskrivelse
resultstring Status of the operation. Expected values: "SENT" or an error will be thrown on failure.