Connectors

NewCropRx

Category: Pharmacy
What it does: E-prescribing platform with order status notifications.

Setup

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

Event shape expected

{ "OrderId": "order-123", "OrderStatus": "in_transit", "OrderDate": "2026-05-15T10:00:00Z", "TrackingNo": "1Z...", "Carrier": "USPS" }