E-mail (SMTP)로 돌아가기

Knoon AI를 E-mail (SMTP)과 연결하여 AI 워크플로우를 자동화하세요.

Send an email using the configured SMTP provider for this app.
smtpDefaultSendEmail
베타
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
이름유형설명필수
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.아니요
tomustache Recipient email address or a comma-separated list of addresses (e.g. "user@example.com" or "a@example.com,b@example.com").
ccmustache Optional. CC recipients as a comma-separated list of addresses.아니요
bccmustache Optional. BCC recipients as a comma-separated list of addresses.아니요
subjectmustache Subject line of the email.
textBodymustache Plain text body of the email. At least one of textBody, htmlBody, or markdownBody must be provided.아니요
htmlBodymustache HTML body of the email. At least one of textBody, htmlBody, or markdownBody must be provided.아니요
markdownBodymustache Markdown body of the email. Will be converted to HTML automatically. At least one of textBody, htmlBody, or markdownBody must be provided.아니요
replyTomustache Optional reply-to email address.아니요
반환값
이름유형설명
resultstring Status of the operation. Expected values: "SENT" or an error will be thrown on failure.