docs: fix SendGrid's dynamic_template_data property (#5112)
This commit is contained in:
@@ -176,7 +176,7 @@ class InviteSubscriber {
|
||||
templateId: "send-invite",
|
||||
from: "hello@medusajs.com",
|
||||
to: data.user_email,
|
||||
data: {
|
||||
dynamic_template_data: {
|
||||
// any data necessary for your template...
|
||||
token: data.token,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user