The notifications are sent to you via the configured endpoint, see Configure Notification Settings. Nevertheless you might want to render a list of delivered notifications at a later time.
Use following MOOST API to achieve that
When the push notification is sent to a end-customer (typically to a mobile app), then this person shall have the possibility to interact to the notification. The app shall then send the interaction type with following API call:
Example with CURL
The app shall have the possibility to display the generated notifications. Following API can be used to fulfill this need.
Example with CURL
To train our algorithms based on the actions taken by End-users, it is important that the action qualifier, which identifies the action that was taken by the End-user, is returned to the Recommender Platform.
You need to be authenticated to be able to send the interaction back to the Recommender Platform API. Please refer to “API Authentication” for further details on how to obtain a valid bearer token.
Each notification is delivered with a unique ID to the customer’s REST Endpoint. (See Receive Notifications | Notification Fields for a full list of fields that are contained on the notification object). The MOOST Recommender Platform exposes the interaction endpoint on to which the actionQualifer of the clicked action can be sent.
Notification interactions must be returned to MOOST on any interaction the enduser has with a notification. This includes to following interactions:
Pressing the primary button
Pressing the secondary button
Pressing on the notification itself
Dismissing the Notification (Swipe left)