Connectors

Hallandale Pharmacy

Category: Pharmacy
What it does: Fulfillment webhook adapter for Hallandale compound pharmacy shipment events.

Setup

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

Event shape expected

{ "rx_order": "order-123", "state": "in_transit", "tracking_no": "1Z...", "carrier_code": "UPS", "event_time": "2026-05-15T10:00:00Z" }