Connectors

Photon Health

Category: Pharmacy
What it does: Modern e-prescribing and fulfillment API purpose-built for telehealth. Compass receives prescription state change events.

Setup

  1. POST to: https://your-domain/api/webhooks/shipping/photon/<your-tenant-slug>
  2. Header: x-compass-signature: <hex HMAC-SHA256 of body keyed on Compass webhook secret>
  3. Configure via Photon Developer Portal → Webhooks → Add endpoint

Event shape expected

{ "id": "rx_abc123", "state": "in_transit", "filledAt": "2026-05-15T10:00:00Z", "tracking": "1Z...", "courier": "UPS" }