Postali
Postali is a lookup service for Mexican postal codes (códigos postales). Callers can submit a five-digit code and retrieve the matching colonias along with the municipio, estado and ciudad they belong to, and search in the other direction by state or municipality to list the codes it contains. Useful for autofilling Mexican shipping and billing addresses. No credentials required.
What your agent can do with Postali
Triggers and actions 8 actions
- ActionFind postal codes in bulk
Batch lookup of multiple postal codes in one call. POST /api/v1/{country}/bulk — send a list of codes, get back the per-code results (same shape as Get postal code).
- ActionFind postal locations by query
Fuzzy search over settlement names, municipalities, and postal codes for a country. GET /api/v1/{country}/search?q=...&limit=. Useful for autocomplete.
- ActionGet municipality
Get detail for one municipality identified by state + municipality path segments. GET /api/v1/{country}/municipio/{estado}/{municipio}.
- ActionGet postal code
Look up a postal code (CP) for a country (mx/co/es). GET /api/v1/{country}/cp/{codigo} — returns estado, municipio, and all asentamientos (settlements) tied to the code.
- ActionGet state
Get detail (with totals) for one state/department/province by slug. GET /api/v1/{country}/estado/{slug}.
- ActionList municipalities
List municipalities belonging to a given state, by state slug. GET /api/v1/{country}/estado/{slug}/municipios.
- ActionList states
List level-1 administrative divisions (states/departments/provinces) for a country, with precomputed totals. GET /api/v1/{country}/estados.
- ActionValidate postal code
Quick validation of a postal code — returns whether it exists and how many asentamientos it covers, without the full list. GET /api/v1/{country}/validate/{codigo}. Useful for checkout form gating.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Postali API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.
Related apps
administrative-divisons-dbadministrative-divisons-db is an open dataset served over HTTP that lists the administrative subdivisions of...
adresse.data.gouv.fradresse.data.gouv.fr is the French government's official national address database and geocoding service...
bng2latlongbng2latlong, from GetTheData, converts British National Grid coordinates into global latitude and longitude...
Cartes.ioCartes.io is an open-source mapping service for creating shared maps and dropping markers on them for...
CountryCountry.is is a minimal IP geolocation lookup service that resolves an IP address to its country. Callers...
GeoApiGeoAPI is the French government's reference service for administrative geography. Callers can search and...
Geocode.xyzGeocode.xyz is a worldwide geocoding service. Callers can convert a street address or place name into...
GeoJSGeoJS is an IP geolocation service with ChatOps-friendly output formats. Callers can look up the caller's...