Voltar para E-mail (SMTP)

Conectar Knoon AI com E-mail (SMTP) para automatizar fluxos de trabalho de AI.

Send an email using the configured SMTP provider for this app.
smtpDefaultSendEmail
Beta
Permissões
Não há itens para exibir.
Permissões opcionais
Não há itens para exibir.
Parâmetros
NomeTipoDescriçãoObrigatório
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.Não
tomustache Recipient email address or a comma-separated list of addresses (e.g. "user@example.com" or "a@example.com,b@example.com").Sim
ccmustache Optional. CC recipients as a comma-separated list of addresses.Não
bccmustache Optional. BCC recipients as a comma-separated list of addresses.Não
subjectmustache Subject line of the email.Sim
textBodymustache Plain text body of the email. At least one of textBody, htmlBody, or markdownBody must be provided.Não
htmlBodymustache HTML body of the email. At least one of textBody, htmlBody, or markdownBody must be provided.Não
markdownBodymustache Markdown body of the email. Will be converted to HTML automatically. At least one of textBody, htmlBody, or markdownBody must be provided.Não
replyTomustache Optional reply-to email address.Não
Devoluções
NomeTipoDescrição
resultstring Status of the operation. Expected values: "SENT" or an error will be thrown on failure.