DVSA

UK Government integration · 1 node(s).

00Overview

UK MOT test history (Driver & Vehicle Standards Agency)

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 DVSA

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

FieldTypeDetails
DVSA Client IDsecretRequired${secrets.DVSA_CLIENT_ID}
DVSA Client SecretsecretRequired${secrets.DVSA_CLIENT_SECRET}
DVSA API KeysecretRequired${secrets.DVSA_API_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}.

02Mot

MOT History

ukgov/dvsa/mot_history · Action

Retrieve a UK vehicle's full MOT test history by registration (DVSA)

FieldTypeDetails
DVSA Client IDsecretRequired${secrets.DVSA_CLIENT_ID}
DVSA Tenant IDstringRequired${secrets.DVSA_TENANT_ID}
DVSA API KeysecretRequired${secrets.DVSA_API_KEY}
Registration NumberstringRequirede.g. AB19 ABC

Returns: tool_result, vehicle, make, model, mot_tests, latest_result, latest_expiry, success, error

03Notes & Limitations

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