What it does
Mapbox geocodes, routes, and builds static map URLs. Uses api_key via the access_token query parameter.
Setup
- In Mapbox Account → Tokens, copy or create an access token with appropriate scopes.
- In FlowFn, go to Platform Tools → Mapbox → Connect and paste the token as api_key.
Actions
- Geocode, Directions, Static Map URL
Notes
Coordinates for Directions are lon,lat order (Mapbox's convention, opposite of Google's), semicolon-separated. Static Map URL doesn't make an API call — it builds a fetchable image URL.