E-mail (SMTP)로 돌아가기
Knoon AI를 E-mail (SMTP)과 연결하여 AI 워크플로우를 자동화하세요.
Send an email using the configured SMTP provider for this app.
smtpDefaultSendEmail
베타
권한
표시할 항목이 없습니다.
선택사항 권한
표시할 항목이 없습니다.
매개변수
| 이름 | 유형 | 설명 | 필수 |
|---|---|---|---|
| from | mustache | 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. | 아니요 |
| to | mustache | Recipient email address or a comma-separated list of addresses (e.g. "user@example.com" or "a@example.com,b@example.com"). | 네 |
| cc | mustache | Optional. CC recipients as a comma-separated list of addresses. | 아니요 |
| bcc | mustache | Optional. BCC recipients as a comma-separated list of addresses. | 아니요 |
| subject | mustache | Subject line of the email. | 네 |
| textBody | mustache | Plain text body of the email. At least one of textBody, htmlBody, or markdownBody must be provided. | 아니요 |
| htmlBody | mustache | HTML body of the email. At least one of textBody, htmlBody, or markdownBody must be provided. | 아니요 |
| markdownBody | mustache | Markdown body of the email. Will be converted to HTML automatically. At least one of textBody, htmlBody, or markdownBody must be provided. | 아니요 |
| replyTo | mustache | Optional reply-to email address. | 아니요 |
반환값
| 이름 | 유형 | 설명 |
|---|---|---|
| result | string | Status of the operation. Expected values: "SENT" or an error will be thrown on failure. |