Is it possible to insert a customer metafield into a Shopify Email message using the Custom Liquid block?
I’d like to send unique discount codes to customers this way. The Email Personalization feature is very close, but it only accesses name/address info.
I have found tutorials on how to display customer metafield data using Liquid on store pages, but not sure how to specify which customer’s metafields it should be pulled from when doing this via the email builder code block.
Ideally I would include custom liquid code in the email block, and the code would point to the recipient of the email as the customer whose metafield should be accessed/displayed.
Found the help page with all the available Liquid variables for custom code blocks in email. Unless someone knows of another way to do this, I think this pretty much means this idea isn’t possible.
So frustrating as all pieces are right there, but no way to connect them.