Notification Template
A comprehensive plugin for managing notification templates in Medusa e-commerce stores with dynamic event-based template support.
Features
- Create and manage notification templates
- Dynamic event-based template support
- Handlebars syntax for template variables
- Admin UI integration
- Email notifications with customizable recipients
- Support for to, cc, and bcc fields
- Template versioning and management
- Compatible with Medusa v2
Installation
npm install @tsc_tech/medusa-plugin-notification-template
Configuration
Add the plugin to your medusa-config.js:
module.exports = {
plugins: [
{
resolve: "@tsc_tech/medusa-plugin-notification-template",
options: {
// Your configuration
}
}
]
}
Requirements
- Node.js >= 20
- Medusa server >= 2.5.0