paws.customer.engagement (version 0.1.0)

ses_test_render_template: Creates a preview of the MIME content of an email when provided with a template and a set of replacement data

Description

Creates a preview of the MIME content of an email when provided with a template and a set of replacement data.

Usage

ses_test_render_template(TemplateName, TemplateData)

Arguments

TemplateName

[required] The name of the template that you want to render.

TemplateData

[required] 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.

Request syntax

svc$test_render_template(
  TemplateName = "string",
  TemplateData = "string"
)

Details

You can execute this operation no more than once per second.