DVLA

UK Government integration · 1 node(s).

00Overview

UK vehicle data — tax, MOT status and vehicle details (DVLA Vehicle Enquiry Service)

Every field below is exactly what you see in the Flomation editor. Fields marked ● live picker let you choose from a list pulled live from your account — no IDs to look up.

01Connecting DVLA

Add your credentials as a Flomation environment secret, then pick them in each node. The connection fields are:

FieldTypeDetails
DVLA API KeysecretRequired${secrets.DVLA_VES_KEY}
i
Pick an Environment on your flow (Flow Settings → Environment) so the secret resolves. Secret fields never show the value — they reference ${secrets.your_secret}.

02Vehicle

Vehicle Enquiry

ukgov/dvla/vehicle_enquiry · Action

Look up a UK vehicle's tax, MOT status, make, colour and CO2 by registration (DVLA)

FieldTypeDetails
DVLA API KeysecretRequired${secrets.DVLA_VES_KEY}
Registration NumberstringRequirede.g. AB19 ABC

Returns: tool_result, vehicle, make, colour, tax_status, mot_status, year_of_manufacture, success, error

03Notes & Limitations

Behaviours and constraints worth knowing before you build with these nodes.