Connectors

ScriptSure

Category: Pharmacy
What it does: Cloud-based Rx platform with real-time fulfillment events.

Setup

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

Event shape expected

{ "rxId": "rx-123", "eventType": "in_transit", "eventTime": "2026-05-15T10:00:00Z", "tracking": "1Z...", "carrier": "FedEx" }