Skip to content

Push Notification Devices

The Push Devices tab (/project/library/:id/push-devices) displays all mobile devices (Android/iOS via Capacitor) and web browsers registered to receive real-time push notifications for the current project.

Project Push Devices management view showing registered devices, platform tokens, and unregister actions


When users install the Omnismith mobile application or enable web push in modern browsers, the client registers a secure cryptographic push token with the backend:

  • Automations Integration: Event-driven automations configured with Send Push Notification actions automatically dispatch push messages to registered devices.
  • Critical Telemetry Alerts: Receive instant incident alerts when server CPU breaches thresholds or when high-priority entities mutate.

ColumnDescription
Device NameOperating system and client identifier (e.g. Android 14 (Pixel 8), Chrome on Linux).
Push TokenTruncated unique device token used by FCM/APNs to route notifications.
Registered AtTimestamp when the device was initially registered.
ActionsUnregister device to stop sending push notifications to that endpoint.

If a device is lost, retired, or no longer requires alerts:

  1. Locate the device in the Push Devices table.
  2. Click Unregister.
  3. Confirm unregistration to immediately invalidate the push token for that project.