Question
In an Offer flow, how to query whether previous emails have been opened?
I am working with outgoing email campaigns that send several emails. I have a requirement to make a decision in the Offer flow based on whether the recipient has opened one of the previous emails:
- send email 1
- send email 2
- if (recipient has opened email 1 or 2)
... do something
else
... do something different
I don't see any obvious way to do something like this. Can anyone point me in the right direction?