Push Notifications
This service allows you to send push notifications in the context of an app rather than a user
📄️ GetAllSegments
Gets the end-user segments for your app.
📄️ ScheduleNormalizedPushNotifications
Schedules normalized notifications based on user local time.
📄️ ScheduleRawPushNotifications
Schedules raw notifications based on user local time.
📄️ ScheduleRichPushNotifications
Schedules rich notifications based on user local time.
📄️ SendNormalizedPushNotificationBatch
Sends a notification to a list of users consisting of alert content and custom data.
📄️ SendNormalizedPushNotificationToGroup
Sends a notification to a "group" of user consisting of alert content and custom data.
📄️ SendNormalizedToSegments
This operation sends a normalized message to multiple user targets.
📄️ SendRawPushNotificationBatch
Sends a notification to a list of users consisting of raw message content.
📄️ SendRawPushNotificationToGroup
Sends a notification to a "group" of user consisting of raw message content.
📄️ SendRawToSegments
This operation sends a raw message to targetted segments.
📄️ SendRichToSegments
This operation sends a template based message to multiple user targets.
📄️ SendSimple
This operation sends a simple message to multiple user targets.
📄️ SendTemplatedPushNotificationToGroup
Sends a notification to a "group" of user based on a portal configured notification template. Includes JSON defining the substitution params to use with the template.
📄️ SysGetNotificationTemplates
Returns an array of the notification templates defined - with the text for the specified language.