docs: added missing link in "What's Next" in Notification Architecture Overview (#1911)

This commit is contained in:
Ankit Singh
2022-07-26 19:09:40 +05:30
committed by GitHub
parent f1256f7e8f
commit 9216ad0811

View File

@@ -81,7 +81,7 @@ An example of a flow that can be implemented using Medusa's Notification API is
## Whats Next 🚀
- Learn how to create your own Notification Provider.
- Learn how to [create your own Notification Provider](how-to-create-notification-provider.md).
- Check out the [list of events](../subscribers/events-list.md) in Medusa.
- Check the [`NotificationService`](../../../references/services/classes/NotificationService.md) API reference for more details on how it works.
- Check out the [SendGrid](../../../add-plugins/sendgrid.mdx) Notification plugin.