1.0.25 • Published 1 year ago
medusa-sndgrd-plugin v1.0.25
medusa-plugin-mailjet
Mailjet Plugin for Medusa to send transactional emails.
This plugin is based on Medusa's official Sendgrid plugin with Mailjet specific modifications.
Options
If no values are defined for a given option, the plugin will not try to send an email for that event.
{
resolve: `medusa-plugin-mailjet`,
options: {
public_key: process.env.MAILJET_PUBLIC_KEY, //required
private_key: process.env.MAILJET_PRIVATE_KEY, //required
from: 'Medusa hello@medusa.example', //Name[space]email
template_error_reporting: 'Medusa hello@medusa.example', //to use mailjet's template error reporting
customer_created_template: '[used on customer.created]',
gift_card_created_template: '[used on gift_card.created]',
order_placed_template: '[used on order.placed]',
order_canceled_template: '[used on order.canceled]',
order_shipped_template: '[used on order.shipment_created]',
order_completed_template: '[used on order.completed]',
user_password_reset_template: '[used on user.password_reset]',
customer_password_reset_template: '[used on customer.password_reset]',
localization: {
'de-DE': {
// locale key
customer_created_template: '[used on customer.created]',
gift_card_created_template: '[used on gift_card.created]',
order_placed_template: '[used on order.placed]',
order_canceled_template: '[used on order.canceled]',
order_shipped_template: '[used on order.shipment_created]',
order_completed_template: '[used on order.completed]',
user_password_reset_template: '[used on user.password_reset]',
customer_password_reset_template: '[used on customer.password_reset]',
},
},
},
}
Dynamic usage
You can resolve the Mailjet service to dynamically send emails via mailjet.
Example:
const mailjetService = scope.resolve('mailjetService')
mailjetService.sendEmail(
'd-123....',
'ACME <acme@mail.com>',
'customer@mail.com',
{ dynamic: 'data' }
)
1.0.25
1 year ago
1.0.24
1 year ago
1.0.23
1 year ago
1.0.22
1 year ago
1.0.21
1 year ago
1.0.20
1 year ago
1.0.19
1 year ago
1.0.18
1 year ago
1.0.17
1 year ago
1.0.16
1 year ago
1.0.15
1 year ago
1.0.14
1 year ago
1.0.13
1 year ago
1.0.12
1 year ago
1.0.11
1 year ago
1.0.10
1 year ago
1.0.9
1 year ago
1.0.8
1 year ago
1.0.7
1 year ago
1.0.6
1 year ago
1.0.5
1 year ago
1.0.4
1 year ago
1.0.3
1 year ago
1.0.2
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago