You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/pn-setup-guide/configure-evergreen.md
+21-7
Original file line number
Diff line number
Diff line change
@@ -8,12 +8,12 @@ This guide is for the Evergreen Administrator.
8
8
It will help you set up your Evergreen (EG) server for sending a push notifications with an action trigger. It assumes that your System Administrator has already installed the `hemlock-sendmsg` daemon, and it's listening on `localhost:8842`.
9
9
10
10
The process is:
11
-
* Create a User Setting Type
11
+
* Create User Setting Types
12
12
* Create an Action Trigger
13
13
14
-
## Create a User Setting Type
14
+
## Create User Setting Types
15
15
16
-
This procedure creates a new User Setting Type for the app to store its push notification token. This token uniquely identifies the app installation, and is required to send a push notification to a specific patron account.
16
+
This procedure creates two new User Setting Types for the app to store its push notification token and an enabled flag. The token uniquely identifies the app installation, and is required to send a push notification to a specific patron account. The boolean flag can be used as an opt-in setting type on any action triggers that send push notifications.
17
17
18
18
As an EG admin, login to the Staff client and go to Server Administration >> User Setting Types.
0 commit comments