Postcodes

UK Government integration · 4 node(s).

00Overview

UK postcode lookup, validation and geocoding (postcodes.io)

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 Postcodes

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

02Nearest

Nearest Postcodes

ukgov/postcodes/nearest_postcodes · Action

List UK postcodes geographically nearest to a given postcode (postcodes.io)

FieldTypeDetails
PostcodestringRequiredSW1A 1AA

Returns: tool_result, results, count, success, error

03Postcode

Postcode Lookup

ukgov/postcodes/postcode_lookup · Action

Resolve a UK postcode to coordinates, region and administrative areas (postcodes.io)

FieldTypeDetails
PostcodestringRequiredSW1A 1AA

Returns: tool_result, result, latitude, longitude, region, success, error

04Reverse

Reverse Geocode

ukgov/postcodes/reverse_geocode · Action

Find the nearest UK postcodes to a latitude/longitude (postcodes.io)

FieldTypeDetails
LatitudestringRequired51.501009
LongitudestringRequired-0.141588

Returns: tool_result, results, nearest, count, success, error

05Validate

Validate Postcode

ukgov/postcodes/validate_postcode · Action

Check whether a string is a valid UK postcode (postcodes.io)

FieldTypeDetails
PostcodestringRequiredSW1A 1AA

Returns: tool_result, valid, success, error

06Notes & Limitations

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