-2

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?

Jackson Henley
  • 1,531
  • 2
  • 15
  • 27

1 Answers1

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