Skip to main content
Latest
interface ISimpleRequestBody
import { type ISimpleRequestBody } from "https://deno.land/x/sendgrid@0.0.3/mod.ts";

Properties

to: IAddress[]
optional
cc: IAddress[]
optional
bcc: IAddress[]
subject: string
from: IAddress
optional
replyTo: IAddress
content: IContent[]
optional
attachments: IAttachment[]
optional
templateId: string
optional
dynamicTemplateData: any