0

Is there any way we can fetch the email body by the send grid message Id( which is looks like this QpnPqIzvS-u9ZdGIyNrFOw.filterdrecv-59cb65cf6d-kpcxt-1-63FDCB99-11.0). Please let me know. How to implement in the NodeJS using @sendgrid/mail package

I am not aware. I am new to send grid

1 Answers1

0

No, afaik, SendGrid doesn't store the sent emails in an outbox. The answers under this question might be able to help you too.

You can use the Activity API for up to 7 days if you would like to see metadata of the email.

If you really need to store the email content, please refer to this blog post to see how you can build this on top of SendGrid.

IObert
  • 2,118
  • 1
  • 10
  • 17