Назад к SendGrid

Подключите Knoon AI к SendGrid, чтобы автоматизировать AI рабочие процессы.

Send an email.
sendgridDefaultSendEmail
Бета
Внутренний
Разрешения
Нет элементов для отображения.
Опциональные разрешения
Нет элементов для отображения.
Параметры
ИмяТипОписаниеОбязательно
frommustache Optional. Email address to send from (e.g. "no-reply@example.com"). If omitted, the default SendGrid sender 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.