Hello @drolegc,
I have similar issue:
await strapi.plugins[‘email’].services.email.send({
subject: ‘Test Sample Here’,
templateId: “…”,
dynamicTemplateData: {
generatedCustomCode: ‘test50’,
},
});
but I don’t get the Dynamic Template in the email - just the empty content. I also tried template_id and dynamic_template_data with underscores.