Dahlia Strategic Solutions
Dahlia Strategic SolutionsSouth Florida Logistics

Technology & Integrations

Connect DSS logistics to your stack. REST API, webhooks, EDI, and pre-built integrations for the systems your business already runs.

Built for Enterprise IT

Dahlia's platform is designed to integrate with the systems you already operate — not replace them.

REST + JSON

Predictable resource-oriented endpoints with full OpenAPI spec

Webhooks

Push delivery, invoice, and renewal events to your URL with HMAC signing

Bearer Auth

Per-account API keys with granular scopes and rate limits

Idempotency

Safe retries on POST endpoints via Idempotency-Key header

Geo Webhooks

Server-side geofence triggers on pickup and delivery

Sandbox

Full-featured test environment with deterministic fixtures

Sample API Request

Create a delivery job with a single POST. Returns the tracking ID for customer notifications.

POST https://dahlia-backend.onrender.com/v1/deliveries
Authorization: Bearer dss_live_3f8a...
Content-Type: application/json
Idempotency-Key: job-2026-06-21-001

{
  "pickup": {
    "address": "200 S Andrews Ave, Fort Lauderdale, FL 33301",
    "contact_name": "Front Desk",
    "ready_at": "2026-06-21T14:00:00Z"
  },
  "delivery": {
    "address": "3500 Pan American Dr, Miami, FL 33133",
    "contact_name": "Receiving",
    "due_by": "2026-06-21T17:00:00Z"
  },
  "service_type": "scheduled_route",
  "items": [
    { "description": "Medical specimens", "quantity": 3, "weight_lb": 12 }
  ],
  "webhook_url": "https://yourapp.com/dss/events"
}

Response (200 OK)

{
  "id": "dlv_8c4f2e91a1d4",
  "status": "scheduled",
  "tracking_url": "https://dahliastrategy.com/track/8c4f2e91",
  "estimated_pickup_at": "2026-06-21T14:00:00Z",
  "estimated_delivery_at": "2026-06-21T16:30:00Z",
  "price_quote_cents": 18500
}

Pre-Built Integrations

Connect to the platforms your business already relies on.

SAP / Oracle / NetSuite

Bidirectional sync of orders, shipments, and invoices

Shopify / WooCommerce

Same-day delivery triggers on order placement

Salesforce / HubSpot

Quote-to-contract handoff and account linking

EDI 204 / 214 / 990

Industry-standard transportation messaging

Webhooks (signed)

Real-time event push to your infrastructure

Zapier / Make

No-code automation across 6,000+ apps

Real-Time Event Streaming

Webhooks you can rely on

  • delivery.created · A new job is booked
  • driver.assigned · Field staff assigned
  • delivery.picked_up · Driver has the package
  • delivery.delivered · POD captured
  • invoice.paid · Square payment confirmed
  • contract.renewal_due · 30-day renewal alert

Payload Signature

X-DSS-Signature: t=1749924...,v1=4f8a...
X-DSS-Event: delivery.delivered
X-DSS-Delivery: dlv_8c4f2e91a1d4

// HMAC-SHA256(secret, timestamp + "." + body)

Ready to integrate?

Our solutions team will walk through your stack and provision scoped API credentials within one business day.