docs: fix SendGrid's dynamic_template_data property (#5112)
This commit is contained in:
@@ -3989,7 +3989,7 @@ const sendOptions = {
|
||||
templateId: "d-123....",
|
||||
from: "ACME <acme@mail.com>",
|
||||
to: "customer@mail.com",
|
||||
data: { dynamic: "data" },
|
||||
dynamic_template_data: { dynamic: "data" },
|
||||
}
|
||||
|
||||
sendgridService.sendEmail(sendOptions)
|
||||
|
||||
Reference in New Issue
Block a user