Skip to main content
Skip to main content

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

idstringRequired
The ID of the notification provider as given by the notification service.
is_installedbooleanRequired
Whether 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?