AWS – Amazon SES adds inline template support to send email APIs
Amazon Simple Email Service (SES) now allows customers to provide email templates directly within the SendBulkEmail or SendEmail API request. SES will use the provided inline template content to render and assemble the email content for delivery, reducing the need to manage template resources in your SES account.
Previously, Amazon Simple Email Service (SES) customers had to pre-create and store email templates in their SES account to use them for sending emails. This added complexity and friction to the email sending process, as customers had to manage the lifecycle of these templates. The new inline template support simplifies the integration process by allowing you to include the template content directly in your send API request, without having to create and maintain separate template resources.
Support for inline templates templated sending feature is available in all AWS Regions where Amazon SES is offered.
To learn more, see the documentation for using templates to send personalized email with the Amazon SES API.
Read More for the details.