Official response from Lauren Rowse
To display a recipient's country code in an email blast or autoresponse, you can use the following liquid:
{{ recipient.address.country_code }}
where "address" represents the recipient's primary address. You can also use address liquid in conditional statements to display different content based on the recipient's location.
Share this post
Showing 4 reactions
Sign in with
thanks for your reply, unfortunately, that doesn’t display anything.
And, I actually need the full country name not just the country code.
It seems to me that on email blast it only works on 1st level variables (a.b not a.b.c)
thanks for your reply, unfortunately, that doesn’t display anything.
And, I actually need the full country name not just the country code.
It seems to me that on email blast it only works on 1st level variables (a.b not a.b.c)