Crate sendgrid_async

Source

Structs§

Address
An email with a required address and an optional name field.
Attachment
An attachment block for a V3 message. Content and filename are required. If the mime_type is unspecified, the email will use Sendgrid’s default for attachments which is ‘application/octet-stream’.
Client
Entrypoint for interacting with the SendGrid API.
Content
The body of an email with the content type and the message.
ListTemplatesRequest
ListTemplatesResponse
Message
The main structure for a V3 API mail send call. This is composed of many other smaller structures used to add lots of customization to your message.
Metadata
PageToken
Personalization
A personalization block for a V3 message. It has to at least contain one super::Address as a to address. All other fields are optional.
TemplateResponse