View source: R/ses_operations.R
ses_test_render_template | R Documentation |
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.
ses_test_render_template(TemplateName, TemplateData)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.