ses_test_render_template: Creates a preview of the MIME content of an email when...

View source: R/ses_operations.R

ses_test_render_templateR Documentation

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.

See https://www.paws-r-sdk.com/docs/ses_test_render_template/ for full documentation.

Usage

ses_test_render_template(TemplateName, TemplateData)

Arguments

TemplateName

[required] The name of the template 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.


paws.customer.engagement documentation built on Sept. 12, 2023, 1:19 a.m.