Commit Graph

11 Commits

Author SHA1 Message Date
Aaron Finocchiaro
b06794b08b feat(medusa-plugin-sendgrid) Add refund created event to sendgrid (#2740) 2022-12-14 19:37:01 +01:00
Kasper Fabricius Kristensen
90121dd19d fix: reset user password subscription in sendgrid plugin (#1072)
* fixed reset password subscription

* cleanup
2022-02-21 19:52:03 +01:00
Sebastian Rindom
fdbf11ac7a docs: describes usage of plugin 2021-04-07 11:00:24 +02:00
Sebastian Rindom
2b2555004e fix: creates restock functionality 2021-04-06 12:22:19 +02:00
Sebastian Rindom
7308946e56 feat: notifications (#172)
The Notifications API allows plugins to register Notification Providers which have `sendNotification` and `resendNotification`.

Each plugin can listen to any events transmittet over the event bus and the result of the notification send will be persisted in the database to allow for clear communications timeline + ability to resend notifications.
2021-02-15 11:59:37 +01:00
Sebastian Rindom
f1baca3cbd Replaces MongoDB support with PostgreSQL (#151)
- All schemas have been rewritten to a relational model
- All services have been rewritten to accommodate the new data model
- Adds idempotency keys to core endpoints allowing you to retry requests with no additional side effects
- Adds staged jobs to avoid putting jobs in the queue when transactions abort
- Adds atomic transactions to all methods with access to the data layer

Co-authored-by: Oliver Windall Juhl <oliver@mrbltech.com>
2021-01-26 10:26:14 +01:00
Sebastian Rindom
ddfd26dbe3 fix(medusa-plugin-sendgrid): Adds order shipped support 2020-08-28 16:02:21 +02:00
Sebastian Rindom
2edf152c8e fix(medusa-plugin-sendgrid): decorate order placed data for email 2020-08-28 15:38:18 +02:00
Sebastian Rindom
630bf3abc6 Adds gift card support 2020-07-29 11:51:59 +02:00
olivermrbl
c84215fde7 Adds medusa subcribers 2020-07-10 15:42:31 +02:00
Oliver Windall Juhl
d6fc477636 SendGrid plugin (#77)
Closes #73 and #77
2020-07-03 18:00:54 +02:00