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.
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.
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"
}{
"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"
}Don't see your TMS? We build custom adapters. Contact us →
HERE Routing API v8 and Browse API v1. Real truck routes, real diesel stop locations.
Tax-adjusted effective pricing across all 48 contiguous US states. Quarterly updates.
Your contracted rates with Pilot, Love's, TA, and other chains applied per stop.