Operational

DocsGithub Open app

Operational

Github Articles Pitch Usecases Playground API

Contents

Start here
Setup
Get started Send your first event Structured Events Actions Contexts Log limits and errors
Events API
API
Error handling Event parametersPOST Log event Sending actions in events
The Manual
Introduction PWA & push notifications Conventions Setup Manage projects and teammates Categories and search View events in your project Setup PWA on phone Test mode Notifications
Integrations
Nodejs SDK PHP SDK Wordpress plugin
Self hosting
Introduction Install locally Install on VPS Install on Render Install via Docker Install via Docker and Coolify Onboarding Setup .env Setup PWA & push notifications Best practices Durability testing
Other
Vision Roadmap Contributing

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)

  1. Open https://app.operational.co.
  2. Tap the Share button.
  3. Tap Add to Home Screen.
  4. Open the app from your home screen.
  5. Allow notifications when asked.

Android (Chrome)

  1. Open https://app.operational.co.
  2. Tap menu (⋮) and choose Install app or Add to Home screen.
  3. Open the installed app.
  4. Allow notifications when asked.

If notifications do not show up:

  1. Make sure your event has notify: true.
  2. Make sure phone notification permissions are on.
  3. Make sure your profile notification toggle is on.
View events in your projectTest mode

Operational

PrivacyTerms
About the product
  • Use cases
  • Playground
  • API
  • Pitch
  • Pricing
  • Wordpress plugin
Related to the product
  • Open Source
  • Articles
  • VS Logsnag
Useful articles for your SaaS
  • My experience running a Commercial OSS project
  • Force post: The Payment Hack that lets Merchants charge you without approval
  • 6 Best practices for early stage B2B SaaS customer support
  • Setup event notifications for your SaaS