Назад к 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. |