A notification extension lets you send notifications to Wix users about updates and events relevant to their site. Wix users see the notifications in their site dashboard and in the Wix Owner mobile app, both as in-app messages and as push notifications.
For example, you can send a notification when a product's stock falls below a threshold the Wix user configured. The notification appears on the site dashboard and in the Wix Owner app, so the Wix user sees it whether they're on desktop or mobile.
Notification extensions involve 2 pieces working together:
When you want to send a notification, your code calls the Notify method with the template ID and any dynamic values. Wix renders the message using the template and delivers it to Wix users subscribed to the topic.
The development path determines how you add notifications:
Notify method from the project's backend code. See Add Notification Extensions in Build Apps.Notify method from the project's backend code. See Add Notification Extensions in Build Apps.Notify method from the Blocks app's backend code.Last updated: 21 July 2026