Operational

DocsGithub Open app

Operational

Github Articles Pitch Usecases Playground API

Contents

Start hereSetup Operational
Guided setup
IntroductionCreate project and API keyManage projects and teammatesSend your first eventStructured eventsAdd actionsGroup events with contextsCategories and searchView events in your projectSetup PWA on phoneLog limits and errors
The Manual
IntroductionPWA & push notificationsConventionsSetupTest modeNotifications
Integrations
Nodejs SDKPHP SDKWordpress plugin
Events API
IntroductionSend your first eventEvent parametersStructured EventsActionsContextsCategoriesError handling
Self hosting
IntroductionInstall locallyInstall on VPSInstall on RenderInstall via DockerInstall via Docker and CoolifyOnboardingSetup .envSetup PWA & push notificationsBest practicesDurability testing
Other
VisionRoadmapContributing

Log limits and errors

Use this page as a quick pre-launch check.

Request basics

  1. Send Authorization: Bearer <API_KEY>.
  2. Send JSON to POST /api/v1/log.
  3. Include at least one of name or content.

Common responses

  1. 201: event accepted.
  2. 400: payload or validation issue.
  3. 401: bearer token missing or invalid.

Common issues

  1. Invalid type value.
  2. content is too large.
  3. Action fields are missing (url, buttonText, or key).

Size limits

  1. JSON parser limit: 100kb.
  2. Plain text parser limit: 10kb.
  3. On MySQL event storage, string content max is 6000 characters.
  4. Otherwise server-side content check allows up to 100000 characters.

Test mode

Use test: true if you want to test safely without mixing with normal feed views.

await ops.events.log({
  name: "checkout webhook replay",
  avatar: "🧪",
  test: true,
  content: "Replay run for webhook evt_123",
});
Setup PWA on phone

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