DashboardSign inStart your trial

Mapbox

Reference

32 actions for Mapbox workflows.

01. Operations

Act on Mapbox from a workflow

Operations are the actions a workflow can take in Mapbox, grouped by category. Each lists its method, parameters, and a template you can drop it into.

Other

32 operations

This category encompasses a diverse set of utility operations for working with Mapbox services, including geocoding, directions, map matching, and tile retrieval. Use these operations when you need to convert addresses to coordinates, find routes between locations, match GPS traces to road networks, or access map styling assets and vector tiles for rendering custom map experiences.

Action★ Featured

Forward Geocoding

MAPBOX_GEOCODING_FORWARD

Converts addresses or location names into geographic coordinates and place information, enabling you to pinpoint exact locations for mapping and location-based services.

18 input
Action★ Featured

Get Isochrone

MAPBOX_GET_ISOCHRONE

Calculate and visualize areas that can be reached within a specific travel time or distance from any location, helping you understand service coverage and accessibility zones.

10 input
Action★ Featured

Retrieve Directions

MAPBOX_RETRIEVE_DIRECTIONS

Get navigation routes and turn-by-turn directions between two or more locations, including travel time and distance estimates.

8 input
Action★ Featured

Retrieve Matrix

MAPBOX_RETRIEVE_MATRIX

Calculate travel times and distances between multiple locations simultaneously, enabling you to compare routes and optimize multi-stop journeys efficiently.

10 input
Action★ Featured

Reverse Geocoding

MAPBOX_GEOCODING_REVERSE

Converts latitude and longitude coordinates into readable location names and addresses. Useful when you have a location's coordinates but need the actual place name, street address, or city information.

9 input
Action★ Featured

Search Box Forward

MAPBOX_SEARCH_BOX_FORWARD

Finds locations, addresses, and points of interest by searching for place names or addresses, helping you locate destinations and verify location data quickly.

9 input
Action

Batch Geocode V6

MAPBOX_GEOCODE_BATCH_V6

Convert multiple addresses or coordinates into geographic data in a single request, enabling efficient processing of large location datasets without making separate API calls.

1 input
Action

Batch Geocoding

MAPBOX_GEOCODING_BATCH

Convert multiple addresses or coordinates into geographic data in a single request, handling up to 50 locations at once for efficient bulk processing.

13 input
Action

Forward Geocode V5

MAPBOX_GEOCODE_FORWARD_V5

Converts place names and addresses into geographic coordinates (latitude and longitude) to power location-based features in your applications. This enables you to build mapping functionality, location search, and proximity-based services without manually managing coordinate data.

13 input
Action

Get Access Token

MAPBOX_GET_ACCESS_TOKEN

Retrieves your Mapbox access token from your account connection, enabling you to use Mapbox services in your workflows and applications. This ensures you have valid authentication credentials for location-based features.

Action

Get Map Matching

MAPBOX_GET_MAP_MATCHING

Aligns inaccurate GPS tracking data to actual road networks, automatically correcting location traces for accurate mapping and analysis. Perfect for cleaning up noisy location data from mobile devices or IoT sensors.

8 input
Action

Get Optimization V1

MAPBOX_GET_OPTIMIZATION_V1

Calculates the most efficient route and order to visit multiple locations, saving time and fuel costs on deliveries or service visits. Automatically determines the optimal sequence of waypoints to minimize distance and travel time.

14 input
Action

Get Sprite

MAPBOX_GET_SPRITE

Retrieve sprite assets (icon collections) from your Mapbox style in either JSON metadata format or as PNG images. Use this to access the icon graphics and positioning information needed to customize your map's visual appearance.

4 input
Action

Get Static Image

MAPBOX_GET_STATIC_IMAGE

Generate static map images from your Mapbox Studio style that can be embedded in documents, emails, or web pages with customizable location, zoom level, markers, and overlays.

11 input
Action

Get Static Tiles

MAPBOX_GET_STATIC_TILES

Retrieves map tile images from your Mapbox style at specific coordinates and zoom levels, allowing you to embed custom maps into your applications or documents.

7 input
Action

Get Token Information

MAPBOX_GET_TOKEN

Retrieve details and validate the status of your Mapbox access token to ensure your mapping services are working correctly. This helps you monitor token health and manage your API access permissions.

1 input
Action

Get Vector Tiles

MAPBOX_GET_VECTOR_TILES

Retrieve map tile data from Mapbox for specific geographic areas and zoom levels to power custom mapping features in your applications. This enables you to display interactive maps with location-based information tailored to your users' needs.

6 input
Action

Map Matching (POST)

MAPBOX_POST_MAP_MATCHING

Snap GPS coordinates to the actual road network to clean up and correct location data from GPS tracking. Ideal for handling longer lists of coordinates (2-100 points) that need to be aligned with real roads.

23 input
Action

Permanent Forward Geocoding

MAPBOX_GEOCODING_PERMANENT_FORWARD

Convert addresses or location names into precise geographic coordinates with enterprise-level reliability and permanent data storage. Use this when you need to batch-process large numbers of locations or maintain a persistent geocoding database for your business.

11 input
Action

Permanent Reverse Geocoding

MAPBOX_GEOCODING_PERMANENT_REVERSE

Convert latitude and longitude coordinates into human-readable addresses and place information that can be cached for future reference. This is useful when you have location data and need to get the actual street address, city, or business name associated with those coordinates.

10 input
Action

Query Tile Features

MAPBOX_QUERY_TILE_FEATURES

Retrieve detailed information about geographic features (buildings, roads, landmarks) at specific locations from Mapbox tilesets, enabling you to understand what's around any coordinate point.

9 input
Action

Request Style Embed HTML

MAPBOX_REQUEST_STYLE_EMBED_HTML

Generate ready-to-use HTML code that embeds an interactive Mapbox map directly into your website or web application without writing custom code.

7 input
Action

Retrieve Font Glyph Ranges

MAPBOX_RETRIEVE_FONT_GLYPH_RANGES

Fetches font glyph data in an optimized format to render text on custom maps, enabling you to display location labels and annotations in your preferred typeface.

4 input
Action

Retrieve Marker

MAPBOX_RETRIEVE_MARKER

Fetch a standalone marker icon as a PNG image without any map context. Useful for obtaining marker graphics to use across your website, applications, or marketing materials.

1 input
Action

Retrieve Searchbox Place Details

MAPBOX_RETRIEVE_SEARCHBOX_PLACE

Fetches complete details about a specific location using its Mapbox ID, including address, coordinates, and business information. Use this when you've found a place in search results and need full information to display or verify details.

3 input
Action

Retrieve Style

MAPBOX_RETRIEVE_STYLE

Retrieves the complete visual configuration of a Mapbox map, including all layers, sources, and styling rules in JSON format. Use this to inspect, analyze, or replicate how a map is rendered.

2 input
Action

Retrieve Style WMTS

MAPBOX_RETRIEVE_STYLE_WMTS

Retrieve an OGC-compliant WMTS capabilities document that enables you to integrate Mapbox map styles with desktop GIS applications and other WMTS-compatible mapping clients. This allows you to use Mapbox's professionally designed maps directly within tools like QGIS, ArcGIS, or Tableau without additional configuration.

2 input
Action

Retrieve Tileset Metadata

MAPBOX_RETRIEVE_TILESET_METADATA

Retrieve detailed information about a Mapbox tileset including its boundaries, zoom levels, and layer structure to understand what data is available in your map.

2 input
Action

Reverse Geocoding V6

MAPBOX_REVERSE_GEOCODE_V6

Convert latitude and longitude coordinates into readable addresses and place names, helping you identify exact locations from GPS data or map coordinates.

6 input
Action

Search Box Reverse Geocoding

MAPBOX_REVERSE_SEARCHBOX

Converts geographic coordinates (latitude and longitude) into readable place names and addresses, helping you identify locations on a map. This is useful when you have coordinates but need to understand what's actually at that location.

6 input
Action

Search Box Suggest

MAPBOX_SUGGEST_SEARCHBOX

Provides real-time autocomplete suggestions as users type partial searches to quickly find addresses and places without needing full details upfront. This helps create smooth search experiences that guide users toward their intended locations.

13 input
Action

Search by Category

MAPBOX_SEARCH_CATEGORY

Find specific types of businesses and landmarks by category, such as restaurants, hotels, or coffee shops, with optional location filtering to narrow results to your area of interest.

11 input
What now

Use Mapbox in a workflow

Drop a trigger and an action into a template; approve from your phone; the workflow runs.