Environment Agency

UK Government integration · 3 node(s).

00Overview

UK flood warnings, flood areas and river/rainfall monitoring (Environment 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 Environment Agency

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

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}.

02Flood

Flood Areas

ukgov/environmentagency/flood_areas · Action

List UK flood warning/alert areas near a latitude/longitude (Environment Agency)

FieldTypeDetails
LatitudestringRequired52.7
LongitudestringRequired-2.75
Radius (km)integer10

Returns: tool_result, areas, count, success, error

Flood Warnings

ukgov/environmentagency/flood_warnings · Action

List current UK flood warnings and alerts, optionally by county (Environment Agency)

FieldTypeDetails
County (optional)stringShropshire
Minimum Severity (1=Severe … 4=No longer in force)integer3

Returns: tool_result, warnings, count, success, error

03Station

Station Readings

ukgov/environmentagency/station_readings · Action

Get the latest river level, flow or rainfall readings for a monitoring station (Environment Agency)

FieldTypeDetails
Station ReferencestringRequired2001

Returns: tool_result, measures, count, success, error

04Notes & Limitations

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