Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

TestRenderEmailTemplateRequest

import type { TestRenderEmailTemplateRequest } from "https://aws-api.deno.dev/v0.4/services/sesv2.ts?docs=full";

Represents a request to create a preview of the MIME content of an email when provided with a template and a set of replacement data.

interface TestRenderEmailTemplateRequest {
TemplateData: string;
TemplateName: string;
}

§Properties

§
TemplateData: string
[src]

A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.

§
TemplateName: string
[src]

The name of the template.