Thanks @rico.trevisan, I was reading this yesterday, I won’t have the same issue as James’ user sending a lot of emails so not concerned about this. I’ve found Postmark to be a billion times better than SendGrid, so would like to continue with my route.
So any educators, I’d still like to hear thank you
I unfortunately do not have the experience with Postmark. I was looking into diving into it a few months back as I was in the process of deciding on what email service to use, and I decided on SendGrid instead of Postmark. I chose SendGrid as it was cheaper, and if in a future of the app gaining traction, it is much cheaper to get on a dedicated IP with SendGrid as the monthly minimum is a couple hundred USD less than Postmark.
Hello;
I am far from an expert, but I have setup a few Postmark API’s to track some messages.
I used their documentation which I found to be helpful. They have a spot where you can test all your calls from their website (as long as you have your token).
I believe I just used the CURL they provide and pasted that into each API Connector Call.
Here is my API call where I simply get all outbound messages:
This call will return delivered, open, links clicked, and a few other actions if I recall. As long as your message body uses HTML.
I use the Postmark plug-in for sending email. If you do not use the HTML body, Postmark cannot track opens and links I believe.
(Because Postmark tracks by inserting a tiny HTML “pixel” in the body for tracking, and if you don’t have the HTML body it will not insert it.)