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

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",
});
Contexts

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