I can see a way to get email history using REST API (GET:/emails
),
but the answer will only have opened_date
and received_date
fields for opened
and delivered
statuses (I guess?),
but about other statuses? I’m interested in clicked
, how can I get that info?
I’m not finding any easy way to get it, unfortunately. I’ll add it to our backlog as a feature request!