Error "Body is missing the {{ custom_message }} drop." importing template in Shopify

Hi everyone,

I created a template of abandoned cart email in Klavyo to import in Shopify. When i copy and paste the template in Shopify, the following error appears: “Body is missing the {{ custom_message }} drop.”. I’ve successfully imported the confirmation in Shopify but for some reason I can’t do the same with the abandoned cart email. Please can anyone help me to solve this error? I’ll be grateful, thanks.

The {{ custom_message }} tag must appear in notification templates, the Shopify docs mention it here.

This specific error will disappear if you insert the liquid tag {{ custom_message }} in the notification template: most likely wrapped in

or tags, it depends on your template.