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
- POST to:
https://your-domain/api/webhooks/shipping/photon/<your-tenant-slug> - Header:
x-compass-signature: <hex HMAC-SHA256 of body keyed on Compass webhook secret> - 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" }