docs: fix SendGrid's dynamic_template_data property (#5112)

This commit is contained in:
Shahed Nasser
2023-09-18 15:06:09 +03:00
committed by GitHub
parent 254ae8d07f
commit a161f689b9
8 changed files with 9 additions and 9 deletions
@@ -170,7 +170,7 @@ class CustomerConfirmationSubscriber {
templateId: "customer-confirmation",
from: "hello@medusajs.com",
to: data.email,
data: {
dynamic_template_data: {
// any data necessary for your template...
first_name: data.first_name,
last_name: data.last_name,