DocsOMobileWebhooks
Developer

Webhooks

OMobileorravo.com/docs/omobile/webhooks

Register webhook URLs to receive real-time events from OMobile.

Supported events:

  • crash.new — new crash reported
  • push.sent — push dispatched
  • push.failed — push delivery failure
  • flag.updated — feature flag changed
  • device.registered — new device registered

Payload format:

json{
  "event": "crash.new",
  "timestamp": "2026-04-25T10:00:00Z",
  "data": { ... }
}

Signature verification:

Each request includes an X-OMobile-Signature header:

X-OMobile-Signature: sha256=<HMAC-SHA256 of raw body using webhook secret>

Webhooks — OMobile Docs — Orravo