Back to Aws Doc Sdk Examples

31 SPEC PREP

scenarios/features/sesv2_weekly_mailer/content/31_SPEC_PREP.md

latest682 B
Original Source

For the "Prepare the Application" step, the following SES v2 API calls and parameters should be used:

  1. CreateEmailIdentity

    Parameters:

    • EmailIdentity: Value of the verified email given by the user.
  2. CreateContactList

    Parameters:

    • ContactListName: weekly-coupons-newsletter
  3. Create an email template named weekly-coupons with the following content:

    • API Call: CreateEmailTemplate
    • Parameters:
      • TemplateName: weekly-coupons
      • TemplateContent:
        • Subject: Weekly Coupons Newsletter
        • Html: Read from the coupon-newsletter.html file
        • Text: Read from the coupon-newsletter.txt file