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:
${secrets.your_secret}.02Flood
Flood Areas
ukgov/environmentagency/flood_areas · Action
List UK flood warning/alert areas near a latitude/longitude (Environment Agency)
| Field | Type | Details | |
|---|---|---|---|
| Latitude | string | Required | 52.7 |
| Longitude | string | Required | -2.75 |
| Radius (km) | integer | 10 |
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)
| Field | Type | Details | |
|---|---|---|---|
| County (optional) | string | Shropshire | |
| Minimum Severity (1=Severe … 4=No longer in force) | integer | 3 |
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)
| Field | Type | Details | |
|---|---|---|---|
| Station Reference | string | Required | 2001 |
Returns: tool_result, measures, count, success, error
04Notes & Limitations
Behaviours and constraints worth knowing before you build with these nodes.
- Coverage is England only — flood warnings, flood areas and monitoring stations do not include Scotland, Wales or Northern Ireland, so coordinates or counties outside England return no results.
- Flood Warnings returns an empty list when no warnings or alerts are currently in force, which is the normal state in dry conditions rather than an error.
- Flood Areas lists the predefined warning/alert areas near your coordinates whether or not a warning is currently active, so an area appearing does not mean flooding is expected.
- Station Readings returns only the measures a given station actually records, so a station may report river level, flow, rainfall, or any combination — do not assume every parameter is present.
- The latest station readings are telemetry updated at roughly 15-minute intervals, so the newest value can be several minutes old and should not be treated as instantaneous.