I'm using the @sendgrid/mail library to send emails from our app, using a dynamic template. The template is created entirely with custom HTML. When emails are d
I'm trying to use SendGrid's API to send Data to a Dynamic Template, and send that email to a customer. However, the email sends, but the data is never passed.