CRM & Commercial Platforms

Unify driver accounts, fleet records, charge cards, and session data in a single commercial system — eliminating the gap between CPMS and CRM that causes revenue leakage.

The Opportunity

GreenFlux manages tens of thousands of drivers, fleet accounts, charge cards, and customer subscriptions on behalf of its operator customers. Most operators already have a CRM or ERP system at the centre of their commercial operations. The gap between those systems and the CPMS is where revenue leaks and service quality suffers. GreenFlux provides a dedicated CRM API on the EMSP side covering customer and driver record management, token/RFID card provisioning and lifecycle, and access group and tariff group assignment. The Data API suite (CDR, Session, Location) provides session-level records that CRM systems can consume to build usage dashboards and billing inputs.

Use Cases

  • Automate subscriber lifecycle from signup to renewal for EMSPs managing thousands of driver accounts.
  • Give fleet managers full visibility of charge activity per vehicle, per driver, and per cost centre.
  • Enable reseller networks to provision RFID cards and report usage through a single platform.

Key API Endpoints

Full API reference →
MethodEndpoint
GET
/crm/customersList all customers for the eMSP
PUT
/crm/customers/{customerId}Create or update a customer record
GET
/crm/driversList all drivers under the eMSP
PUT
/crm/tokens/{tokenId}Create or update a driver RFID token
GET
/cdrsFetch charge detail records (near real-time, max 1000 per response)
GET
/sessionsList completed charging sessions (stored up to one month)

Example Integration

Provision a new fleet driver and RFID token
# 1. Create or update the driver record
PUT /crm/drivers/driver-7891
{
  "firstName": "Anna",
  "lastName": "Schmidt",
  "email": "anna.schmidt@fleetco.de",
  "customerId": "customer-101",
  "costCentre": "logistics-berlin"
}

# 2. Register her RFID card
PUT /crm/tokens/tok-rfid-4421
{
  "driverId": "driver-7891",
  "type": "RFID",
  "uid": "04:A3:C2:1B:8F:00:80",
  "validFrom": "2026-01-01T00:00:00Z",
  "validTo": "2027-01-01T00:00:00Z"
}

# 3. Pull CDRs for the driver to build usage report
GET /cdrs?driverId=driver-7891&dateFrom=2026-06-01&dateTo=2026-06-30

Authentication, base URLs, and sandbox access at developer.greenflux.com.

Ideal Partner Profile

  • ·Salesforce ISVs and system integrators
  • ·Microsoft Dynamics partners serving energy and utilities
  • ·HubSpot and Pipedrive integrations for growth-stage EMSPs

Get Started

Full API documentation and sandbox access available on the GreenFlux Developer Portal.

Developer PortalContact Partnerships

6

documented endpoints for this domain