These docs are for v1.0. Click to read the latest docs for v2.0.

AMP Email in Broadcast

Amplify your Email Campaigns ⚡

What is AMP Email all about?

AMP for Email lets email senders use AMP in their email messages to support a whole host of new features. Emails written with AMP can contain interactive elements, like image carousels or accordions, content stays up-to-date in the message, and the ability for recipients to take action like responding to a form all without leaving their inbox.

Some Examples(For illustration purpose)

1000 600

Why AMP Email?

  1. Widens the opportunities for email usage
  2. Revitalizes email technology
  3. Offers a new level of personalization
  4. Low competition
  5. Increase in Conversions
  6. Reduce in Drop off rate

Support across following Email Clients

  1. Gmail
  2. Outlook
  3. Mail.ru

Sample AMP Email Html

<!doctype html>
<html ⚡>
<head>
  <meta charset="utf-8">
  <title>My AMP Page</title>
  <link rel="canonical" href="self.html" />
  <meta name="viewport" content="width=device-width,minimum-scale=1,initial-scale=1">
  <style amp-boilerplate>body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}</style><noscript><style amp-boilerplate>body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}</style></noscript>
  <script async src="https://cdn.ampproject.org/v0.js"></script>
  <style amp-custom>
    h1 {
      margin: 1rem;
    }
  </style>
</head>
<body>
  <h1>Hello AMPHTML World!</h1>
</body>
</html>

Steps involved to get started with using AMP Email

  1. Have a use case in place which AMP Email can solve.
  2. Get the AMP sender domain verified.
  3. Prepare the AMP HTML and validate the same.
  4. Get started with sending the AMP emails across and track performance.

Use Smartech's Email Broadcast to send AMP Emails

  1. Head over to Campaign - Broadcast - Email.
  2. Select sender domain(It needs to be AMP verified).
  3. Under Message Content - Upload both AMP HTML and standard HTML via HTML version or Template library.
  4. Select Contacts to whom AMP email is to be sent to.

📘

  1. Steps mentioned above are specific to AMP. Rest of the steps to be followed are similar to standard email broadcast.
  2. Verification of AMP sender domain takes 1-2 weeks of time depending on the use case.
  3. Headers and footers will not work with the AMP email except the by default unsubscribe option.
  4. AMP Email's SPAM score doesn't get calculated.
  5. GA tracking, Conversion tracking & attachments work with AMP HTML.
  6. Follow the doc for detailed understanding about AMP email.