Contents
Guided setup
Integrations
Events API
Self hosting
Setup PWA on phone
A quick way to test push notifications:
await ops.events.log({
name: "critical billing alert",
avatar: "🚨",
category: "billing",
notify: true,
content: "Stripe webhook failed for invoice inv_2044",
});
iPhone (Safari)
- Open
https://app.operational.co. - Tap the Share button.
- Tap
Add to Home Screen. - Open the app from your home screen.
- Allow notifications when asked.
Android (Chrome)
- Open
https://app.operational.co. - Tap menu (
⋮) and chooseInstall apporAdd to Home screen. - Open the installed app.
- Allow notifications when asked.
If notifications do not show up:
- Make sure your event has
notify: true. - Make sure phone notification permissions are on.
- Make sure your profile notification toggle is on.