I'm using Sendgrid in an ASP.NET WEB API project, and I'm testing the webhook call with ngrok. I first followed this guide: https://docs.sendgrid.com/for-develo
I have created email template in sendgrid - with substitutable values; I get the JSON payload (contains substitute values) for processing email from rabbitMQ
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.