Integrations

Connect any TMS.
Any system.
Any workflow.

ValveRide Platform uses an open webhook architecture. If your system can send an HTTP POST, it can send trips to FuelMind — and receive optimized fuel plans right back.

Webhook Integration

One endpoint.
Instant fuel plans.

Configure your TMS to POST dispatched trips to the ValveRide webhook endpoint. FuelMind generates an optimized fuel plan in under 2 seconds and delivers it right back — no driver intervention, no dispatcher action required.

The fuel plan is returned synchronously in the webhook response and can be pushed automatically to your TMS, ELD, or driver messaging system via our outbound API.

Dispatch in → optimized fuel plan out, in the same request
Push results to your TMS, ELD, or driver app automatically
Idempotent — duplicate events are safely ignored
Raw payload stored for audit and replay
Failed events are retryable from the admin portal
Get webhook credentials →
EXAMPLE DISPATCH PAYLOAD
POST /api/v1/webhooks/your-tms
x-tenant-slug: acme-fleet
x-webhook-secret: your-secret
Content-Type: application/json

{
  "trip_id":      "TRIP-2024-001",
  "origin":       "Dallas, TX",
  "destination":  "Memphis, TN",
  "dispatch_time":"2024-03-15T08:00:00-06:00",
  "truck_number": "T-101",
  "current_fuel_gallons": 45,
  "source":       "mcleod-tms"
}
RESPONSE — FUEL PLAN INCLUDED
{
  "received":   true,
  "eventId":    "evt_abc123",
  "tripId":     "trip_xyz789",
  "fuelPlan": {
    "bestStop":    "Pilot Flying J — Texarkana",
    "netPrice":    3.779,
    "recGallons":  78.3,
    "estSavings":  9.42
  },
  "message": "Fuel plan generated and ready to push"
}
Compatible TMS Systems

Works with systems you already use.

McLeod SoftwareTMW SuiteSamsaraKeepTruckin / MotivePCS TMSAljexCustom / In-House TMS

Don't see your TMS? We build custom adapters. Contact us →

Powered By

Real data from real providers.

HERE Maps
Routing & Station Discovery

HERE Routing API v8 and Browse API v1. Real truck routes, real diesel stop locations.

IFTA Tax Rates
Fuel Tax Data

Tax-adjusted effective pricing across all 48 contiguous US states. Quarterly updates.

Tenant Discounts
Negotiated Pricing

Your contracted rates with Pilot, Love's, TA, and other chains applied per stop.