NotificationProvider
A notification provider represents a notification service installed in the Medusa backend, either through a plugin or backend customizations. It holds the notification service's installation status.
Properties
id
stringRequiredThe ID of the notification provider as given by the notification service.
is_installed
booleanRequiredWhether the notification service is installed in the current version. If a notification service is no longer installed, the
is\_installed
attribute is set to false
.Default: true
Was this section helpful?