You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Still showing (no subject) even if usign subject property in medusa-config
The text was updated successfully, but these errors were encountered:
badsingern
changed the title
Still showing (no subject) even if usign subject property in medusa-config
Still showing (no subject) even if using subject property in medusa-config
Feb 7, 2025
{
resolve: `medusa-plugin-sendgrid-typescript`,
/** @type {import('medusa-plugin-sendgrid-typescript').PluginOptions} */
options: {
api_key: process.env.SENDGRID_API_KEY,
from: process.env.SENDGRID_FROM,
templates: {
order_placed_template: {
id: process.env.SENDGRID_ORDER_PLACED_ID,
// You can add dynamic data to the template by using
{variable_name}
subject: "Thank you for your order",
},
},
},
},
Still showing (no subject) even if usign subject property in medusa-config
The text was updated successfully, but these errors were encountered: