I am looking for a good and correct way to register emails sent from DRIP to other applications.
Currently I'm using the DRIP trigger "email opened", but it seems this one gets repeated whenever the user actually opens the email, and not only the first time
A trigger for email sent does not exist.
I have also tried making an event in DRIP itself: this event registers when an email is received (not sent). This translates in a custom event I can register to in Zapier. However, I lose the data of the email, specifically the subject
What is my best way/option to register a sent email once with its data?