Connectors

Surescripts

Category: Pharmacy
What it does: National e-prescribing network. Compass receives dispense notifications for Rx fulfillment tracking.

Setup

  1. POST to: https://your-domain/api/webhooks/shipping/surescripts/<your-tenant-slug>
  2. Header: x-compass-signature: <hex HMAC-SHA256 of body keyed on Compass webhook secret>

Event shape expected

{ "prescriptionId": "rx-123", "status": "in_transit", "dispatchedAt": "2026-05-15T10:00:00Z", "trackingId": "1Z...", "carrier": "UPS" }