20.3 Delivering Push Notifications

Send push notifications from native processes or PL/SQL to users who opted in.

Use the native Send Push Notification page process or workflow activity to send a push notification to your app users. APEX automatically delivers them only to users who have opted-in to receive them. The native action type in task definitions and automations works identically. To send a push notification from business logic, use the SEND_PUSH_NOTIFICATION procedure in the APEX_PWA package. To monitor the queue of outgoing push notifications, use the APEX_PUSH_NOTIFICATIONS_QUEUE view.