Creating Push Notification Events

When creating push notification events, you:

  1. Define the event.

    An event is associated with a status change on the server. When you define an event, you specify its data type and data structure.

  2. (Optional) Add the event to an event collection.

    You can group a set of events that exhibit a common behavior as a collection. When an endpoint is subscribed to a collection, it receives notifications for each event included in the collection whenever they are published from the server.

  3. Publish the event using PeopleCode.

  4. Subscribe endpoints to the event or event collection.

  5. Define the notification configuration for the event.