Push Notifications JavaScript SDK
Push Notifications, is a Catalyst CloudScale service that enables you to send remote notifications to the users of your application, even when the app is not actively running on the user device. You can send push notifications to a specific list of target users. You can include alerts, updates, or promotional content for the user to engage with your application.
Before you send push notifications, you must enable it for your web app when the user allows it. You can do this by implementing this Web SDK in your web client.
You can also access this code from the Push Notifications section in your Catalyst remote console.
You must ensure that you include the web initialization script.
The Push Notifications JavaScript SDK package enables you to send notifications on their devices to registered users of your application through code.
Prerequisites
You need to install the following package to use Push Notifications SDK methods.
Import Requirement
You will need to import the following modules to use the Push Notification SDK methods.
const {PushNotification} = require('@zcatalyst/push-notification');
List of SDK Methods
The following table contains the list of SDK methods that can be used to perform operations in the Push Notification component through code.
| Category | SDK Method | Required Scope |
|---|---|---|
| General Operations | Get Push Notification Instance | Not required |
| Push Notifications Operations | Admin |
Last Updated 2026-07-02 14:51:41 +0530 IST
Yes
No
Send your feedback to us
