Integrations
Connect once, stop importing forever
Routelume connects to your existing systems so stop data flows in automatically. No more morning CSV exports.
Connected Systems
Systems we integrate with
Native connectors for common logistics and operations platforms. CSV import always available as a fallback.
TMS Platforms
Direct connectors for common transportation management systems. Orders flow in automatically.
WMS Systems
Pull pick-and-pack completions directly into route plans. No manual handoff between warehouse and dispatch.
ERP / Order Mgmt
Connect order management or ERP systems to pull confirmed orders ready for dispatch.
Mapping Providers
Real-time traffic data from leading mapping providers baked into every route calculation.
Telematics
Vehicle telematics data for live position tracking and actual vs. planned comparison.
Notifications
SMS and email delivery notifications to recipients via integration with messaging platforms.
REST API
Full API access on Enterprise plans. Build custom integrations for proprietary or internal systems.
CSV Import
Simple CSV template works with any system. Available on all plans as a zero-setup starting point.
API Access
Build your own connector
Enterprise accounts include full REST API access. Authenticate with a key, POST your stop list, and GET back an optimized route plan.
Available endpoints cover route plan creation, fleet management, stop management, live tracking reads, and report exports. API documentation provided at onboarding.
Talk to us about EnterprisePOST /v1/plans/create
Authorization: Bearer rlu_key_...
Content-Type: application/json
# Request body (abbreviated)
{
"fleet_id": "fleet_abc123",
"date": "2026-06-12",
"stops": [
{ "id": "stop_01",
"address": "1240 Commerce Blvd, Dallas TX",
"window_start": "09:00",
"window_end": "11:00" }
]
}
# 200 OK response (abbreviated)
{
"plan_id": "plan_xyz789",
"status": "optimizing",
"eta_seconds": 480
}
Start with CSV, add integrations when ready
Every plan works on day one with a CSV stop import. Integrations are there when your operation is ready to go deeper.
Start Free Trial