AMP emails: tips for their configuring on the platform
AMP is a technology that enables the creation of interactive and dynamic email messages. In such emails, recipients can interact with the content without navigating to a website. For example, they can scroll through an image slider, fill out a form, or confirm an order.
It's possible that a user might open the email in a mail client that does not support AMP. In that case, the HTML version of the email will be displayed to them.
You can find general recommendations for setting up templates in our guide:
<a href="https://example.com" title="Text of the link" data-name="link1">Text of the link"</a>
<amp-list id="myList" src="https://foo.com/list.json">
<template type="amp-mustache">
<div>${{title}}</div>
</template>
</amp-list>