返回 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.