SendGrid に戻る

SendGrid と Knoon AI を接続して 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.