Pusher Setup

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

Pusher (Push Notification)

1. Create a Pusher account here.


2. After creating an account, go to the Pusher dashboard and create a Channel.
3. Inside your Channel, click on App Keys on the left pane to access your app tokens/credentials.

4. In OutSystems, install the Reactive Pusher Client and Pusher.com APIs apps from the Forge.
5. After installation, go to your application, click Manage Dependencies, search for
PusherReactiveClient_Lib, and select Pusher_Listener widget and other actions you might need.
6. To use this component, simply drag the Pusher_Listener widget on your screen and fill it with the
necessary information.
Channel: Unique text identifier for channel subscription.
Event: Unique text identifier to bind event.
Key: App key from Pusher account.
Cluster: Pusher account cluster.
Pusher_Connected: Event handler triggered upon connection.
Pusher_MessageReceived: Event handler that triggered when a message is received.
7. To test the component, use the following:
a. Debug console in Pusher

b. Trigger action in Pusher_Ext.

You might also like