AMP email is available on the Pro and Enterprise plans. On other plans the AMP toggle is greyed out.
How AMP is delivered
When AMP is on, the builder produces an AMP version of the template alongside the normal HTML. You get the AMP version through Export AMP (.eml), which downloads a single email file with three parts: plain text, HTML and AMP. Email apps pick the richest part they support.Turn on AMP
1
Click AMP in the toolbar
Click the AMP button (Enable AMP for Email (⚡4email)). It turns amber when AMP is on.
2
Add interactive blocks
An AMP Interactive group appears at the bottom of the block palette. Add blocks the same way as any other block.
3
Set a fallback for each interactive block
Interactive blocks such as Form, NPS Survey, Event Feedback, Poll, Quiz, Product Picker, Thumbs Up/Down, Emoji Rating, Star Rating, Shopping Cart, Price Tracker, Calendar, Calculator and Spin Wheel have a Fallback URL. Recipients whose email app can’t show AMP see a button that opens this web page instead. See Fallbacks.
4
Check it
Open the AMP Preview tab to see the AMP code and its AMP Validation result.
Interactive blocks
On the canvas, each block shows a preview with a ⚡ label. Blocks that submit answers (forms, surveys, polls, the spin wheel) have an Action URL (it must use HTTPS): the address on your server that receives the response.
Fallbacks
Every interactive block also renders a plain HTML version for email apps without AMP, for example:- carousels show their first image,
- accordions and tab panels show all sections,
- forms, surveys and polls show a button to your Fallback URL.
Allow your form endpoints
For security, AMP form submissions can only go to domains you’ve approved.1
Open Security settings
Go to Settings → Security and find AMP Email Security. Only owners and admins can change it.
2
Add your domains
Under Allowed Domains, add each domain your Action URLs use (for example
api.example.com) and click Add. You can add up to 20 domains. Subdomains of an allowed domain are allowed too.3
Save
Click Save Domains.
#blocked, so that block can’t submit. If you haven’t allowed any domains, only InstantCampaign’s own domain is accepted.
Validation
The AMP Preview tab checks the AMP code against the official AMP for Email rules:- Valid means the AMP is ready to send.
- Invalid lists each error. Fix the block it points to and check again.
Export
Open Export → Export AMP (.eml). In a team workspace, the template must be approved first.Troubleshooting
My form doesn't submit in the exported email
My form doesn't submit in the exported email
Check that its Action URL uses HTTPS and that its domain is in Allowed Domains. Otherwise the URL is replaced with
#blocked on export.Recipients see the HTML version, not the interactive one
Recipients see the HTML version, not the interactive one
That’s expected for emails sent through InstantCampaign, and for email apps without AMP support. Also check that the AMP is valid and that your sender is registered with Google for AMP.