Email tracker in Mendix

0
Im looking for an appstore module (not sure if it exists) which tracks Emails sent from Mendix app and returns information like number of email opens and clicks.
asked
1 answers
1

You would need to integrate against a bulk email provider such as Sendgrid that offers this functionality. 

Sendgrid offer a REST API that you can easily use from Mendix, this is what we use. There is also a module in the App Store, but we’ve not used this ourselves.

Other bulk email providers offer similar functionality.

Good luck!

answered