I have been successfully using the Email class to send emails with my rails app through heroku/sendgrid. However, I would like to save the stats (opens, clicks) back to my application. Is this possible?
Asked
Active
Viewed 136 times
-2
-
This might help. http://stackoverflow.com/questions/9545918/how-can-software-like-return-path-or-sendgrid-know-how-many-emails-reached-inbox – dewdrops Sep 30 '13 at 06:00
-
Unrelated to the above, but thanks. – Jackson Henley Sep 30 '13 at 07:36
-
3This question appears to be off-topic because it is about E-Mail tracking and has nothing to do with Rails or Sendgrid – phoet Sep 30 '13 at 09:25
1 Answers
2
You can get your stats via API calls or you can setup the event webhook to have them posted to your server.

bwest
- 9,182
- 3
- 28
- 58