I want to dynamically show part of a newsletter depending on if a user is a member of a certain segment.
I can’t find a way to access segment membership information using Liquid. Is it possible?
For example:
if customer in segment “not-paid” then… do this.. else if customer in segment “paid” then…
The segments are more complex than a single true/false, but showing this as an example.