Connect Tomtom to Definable AI

TomTom provides a suite of location-based services and APIs, including mapping, routing, traffic information, and geofencing, enabling developers to integrate advanced navigation and location functionalities into their applications.

About Tomtom

Tomtom is a productivity tool. Connect it to Definable AI with one-click OAuth2 — no API keys or custom code required.

What you can automate with Tomtom

Use Definable AI's agent platform to trigger workflows from Tomtom, process results with 50+ AI models, and sync data across 900+ connected apps.

Tools & Actions (84 available)

  • Calculate Long Distance EV Route: Tool to calculate long-distance electric vehicle routes with optimal charging stops. Use when planning EV trips that require charging along the route.
  • Calculate Matrix Routing Sync: Tool to calculate route matrix synchronously for multiple origins and destinations (up to 200 cells). Use when you need travel times and distances between multiple location pairs with support for traffic, vehicle parameters, and routing options.
  • Calculate Reachable Range: Tool to calculate the reachable range from a starting point given time, fuel, or energy constraints. Use when you need to determine how far a vehicle can travel from an origin within specified budgets.
  • Calculate Route: Tool to calculate driving routes. Use when you need directions with optional waypoints and traffic consideration.
  • Calculate Route with Body: Tool to calculate routes with advanced options via POST request. Use when you need to specify supporting points, avoid specific geographic areas, or configure vignette preferences.
  • Category Search: Tool to search for Points of Interest by category. Use when you need to find POIs within a specific category around a location or area.
  • Create Notifications Contact Group: Tool to create a contact group for TomTom notifications. Use when you need to set up a group of webhooks or emails to receive notification alerts.
  • Create Routing Batch: Tool to submit asynchronous batch routing requests to TomTom API. Use when you need to calculate multiple routes efficiently in a single batch operation. The API returns a batch ID that can be used to retrieve results once processing is complete.
  • Create Routing Batch Sync: Tool to execute synchronous batch routing requests for multiple routes or reachable ranges. Use when you need to calculate multiple routes or reachable ranges in a single API call (max 100 items).
  • Create Routing Matrix Async: Tool to submit asynchronous matrix routing calculation between multiple origins and destinations. Use when you need to calculate travel times and distances for large matrices (returns immediately with a job ID for later retrieval).
  • Create Snap to Roads: Tool to snap GPS track points to the road network, correcting for GPS inaccuracies. Use when you need to match raw GPS coordinates to actual roads for route reconstruction or map matching.
  • Create Snap to Roads Batch: Tool to submit asynchronous batch snap to roads requests to TomTom API. Use when you need to snap multiple GPS traces to the road network efficiently. The API returns a batch ID that can be used to retrieve results once processing is complete.
  • Create Waypoint Optimization: Tool to optimize the sequence of waypoints to find the fastest route. Use when you need to find the optimal order to visit multiple locations (2-12 waypoints) with optional time windows and service time constraints.
  • Delete Notifications History: Tool to clear the entire notifications history for the account. Use when you need to delete all historical notification records. This is an asynchronous operation that returns a PROCESSING status immediately.
  • Download Batch Search Results: Tool to download results of an asynchronous batch search job. Use when you have a batch ID from a previous batch submission and need to retrieve the search results. Returns HTTP 202 if still processing (with Location header for retry), or HTTP 200 with complete results when finished.
  • Download Matrix Routing Async Result: Tool to download results of asynchronous matrix routing job. Use when you need to retrieve completed matrix routing results using the job ID from a previous async matrix submission.
  • Download Snap to Roads Async Result: Tool to download results of asynchronous snap to roads batch job. Use when you need to retrieve completed snap to roads results using the job ID from a previous async batch submission. Returns batch items with projected GPS points snapped to actual road geometry and detailed road information.
  • EV Charging Stations Availability: Tool to retrieve EV charging station availability info. Use when you have the chargingAvailability ID (from POI search dataSources) to get live availability.
  • Edit Contact Group (Partial): Tool to partially update a contact group in TomTom Notifications API. Use when you need to edit the name, webhook URLs, or email addresses of an existing contact group.
  • Flow Segment Data: Tool to retrieve traffic flow data for a specific road segment. Use when you need current and free flow speeds for given coordinates.
  • Fuzzy Search: Tool to perform a fuzzy search for addresses and points of interest. Use when you need flexible matching on free-form location queries.
  • Geocode Query: Tool to convert a free-form address query into geographic coordinates. Use when you need to geocode an address string without structured fields.
  • Geometry Filter: Tool to filter POIs by geometric boundaries (circles or polygons). Use when you need to check which POIs from a list fall within specific geographic areas. Supports up to 50 POIs per request.
  • Get Autocomplete Suggestions: Tool to get search suggestions as user types a query. Use when you need autocomplete suggestions for partial search input based on recognized entities like brands, categories, or locations.
  • Get Contact Group: Tool to retrieve details of a specific contact group by its UUID. Use when you need to get the name, webhook URLs, and email addresses associated with a contact group.
  • Get Geometry Search: Tool to search for POIs and locations within specified geometric areas (circles or polygons). Use when you need to find places within custom-defined boundaries.
  • Get Hillshade Tile: Tool to retrieve hillshade terrain map tiles for specified coordinates and zoom. Use when you need terrain elevation shading overlays for map visualization.
  • Get Incident Viewport: Tool to retrieve incident viewport information including Traffic Model ID. Use when you need the current traffic model ID for a map viewport to make subsequent traffic API calls.
  • Get Map Copyrights: Tool to retrieve copyright information for a specific map tile. Use when you need to display or verify attribution for a given tile.
  • Get Map Copyrights (Global): Tool to retrieve copyright information for the whole world in the Maps API Raster Tile Service. Use when you need global copyright data for map display attribution.
  • Get Map Copyrights Bounding Box: Tool to retrieve copyright information for a geographic bounding box. Use when you need attribution for a specific map area defined by coordinates.
  • Get Map Copyrights Caption: Tool to retrieve the copyright caption text for TomTom maps. Use when you need to display attribution or copyright notices on map displays.
  • Get Map Style Metadata: Tool to retrieve map style metadata. Use to get a list of available map style resources. Returns available style files like flow styles and incident styles.
  • Get Map Tile Copyrights: Tool to retrieve copyright information for TomTom map tiles. Use when you need to display attribution or copyright notices for map content.
  • Get Matrix Routing Async Status: Tool to check the status of an asynchronous matrix routing job. Use when you need to poll the status of a previously submitted matrix routing request to determine if it's still processing, completed successfully, or failed.
  • Get Notifications History: Tool to retrieve notifications history from TomTom. Use when you need to list past notifications sent within a specific time range (must be less than 24 hours).
  • Get Notifications Settings: Tool to retrieve current notification settings. Use when you need to check notification configuration options.
  • Get Orbis Map Tile: Tool to retrieve Orbis map tiles at specified zoom level and coordinates. Use when you need high-quality map tiles for custom map rendering. Supports both raster (PNG) and vector (PBF) tile formats.
  • Get Orbis Traffic Flow Tile: Tool to retrieve Orbis traffic flow tile data in Protocol Buffer format. Use when you need traffic flow information for a specific map tile coordinate.
  • Get Orbis Traffic Incident Details: Tool to retrieve detailed Orbis traffic incidents by bounding box or IDs. Use when you need comprehensive incident data including events, delays, and geometry.
  • Get Orbis Traffic Incident Tile: Tool to retrieve Orbis Traffic Incident Tiles containing traffic incident data in Protocol Buffer format. Use when you need detailed traffic incident information for a specific tile coordinate at a given zoom level.
  • Get Routing Batch Results: Tool to download asynchronous batch routing results. Use when you need to retrieve the results of a previously submitted batch routing request using its batch ID. Returns HTTP 202 if processing is still ongoing (retry with Location header), or HTTP 200 with completed results.
  • Get Routing Matrix Async Result: Tool to download completed asynchronous matrix routing results. Use when you need to retrieve the results of a previously submitted Matrix Routing v2 async job using its job ID. Returns HTTP 404 if job not found or incomplete; may return HTTP 302 with redirect Location header for large result sets.
  • Get Satellite Tile: Tool to retrieve satellite imagery map tiles at specified coordinates and zoom. Use when you need high-resolution satellite imagery for mapping applications.
  • Get Snap to Roads Batch Status: Tool to check the status of an asynchronous Snap to Roads batch job. Use when you need to poll the status of a previously submitted snap to roads batch request to determine if it's still processing or completed.
  • Get Traffic Flow Tiles Raster: Tool to retrieve raster traffic flow map tiles for visualization. Use when you need to display real-time traffic flow conditions on a map.
  • Get Traffic Incident Details: Tool to retrieve traffic incident details within a bounding box at a specified zoom level. Use when you need detailed incident information for map rendering or traffic analysis.
  • Get Traffic Incident Tile: Tool to retrieve raster traffic incident map tiles showing traffic incidents at specified coordinates and zoom. Use when you need visual overlay of traffic incidents for custom map rendering.
  • Get Traffic Incident Tiles: Tool to retrieve raster traffic incident tiles showing real-time traffic incidents on a map. Use when you need visual representation of traffic incidents (accidents, road closures, etc.) for a specific map tile.
  • Get Traffic Incident Viewport: Tool to retrieve traffic incidents within a viewport defined by bounding box and zoom level. Use when you need incident data for a specific map view with overview context.
  • Get map styles metadata: Tool to retrieve map style metadata as a Mapbox Style Specification JSON. Use to get a merged style definition combining map, traffic, and POI components for vector map rendering.
  • List Assets Sprites: Tool to list available sprites for a given asset version. Use after determining the assetVersion.
  • List Geofencing Alert Rules: Tool to list geofencing alert rules with optional filtering. Use when you need to retrieve configured alert rules for projects, fences, or objects.
  • List Geofencing Alerts History: Tool to retrieve geofencing alert history within a specified time range. Use when you need to query past alerts triggered by geofencing rules.
  • List Geofencing Objects: Tool to list all tracked objects in the TomTom Geofencing system. Use when you need to retrieve all objects currently being tracked for geofencing operations.
  • List Location History Objects: Tool to list objects with location history. Use when you need to retrieve all objects being tracked for location history.
  • List Map Fonts: Tool to list available font asset versions for map rendering. Call after confirming the API key is valid.
  • List Notification Groups: Tool to list notification contact groups. Use when you need to retrieve available contact groups for notifications. Note: This service will be decommissioned on January 31, 2027.
  • List POI Categories: Tool to retrieve all POI categories supported by TomTom Search API. Use when you need the complete list of category IDs and names for searching POIs.
  • List Sprite Versions: Tool to list available sprite asset versions. Use when you need to know which sprite versions are available after obtaining a valid API key.
  • List map styles: Tool to list available map styles. Use after selecting an asset version to retrieve style options.
  • MAP_DISPLAY_RASTER_TILE: Tool to retrieve a raster map tile for specified coordinates and zoom. Use when you need direct tile image data for custom map rendering.
  • Map Display Static Image: Tool to fetch a static map snapshot given center coords and zoom. Use when you need a standalone map image for display.
  • Map Display WMS GetMap: Tool to retrieve a map image via WMS GetMap. Use when you need georeferenced map layers for custom rendering.
  • Matrix Routing: Tool to calculate travel time and distance matrix between multiple locations. Use when you require a matrix of travel times and distances between multiple origins and destinations.
  • Nearby Search: Tool to find Points of Interest near a specified location. Use after confirming coordinates to discover nearby POIs.
  • Orbis Category Search: Tool to search for Points of Interest by category using TomTom Orbis Maps API. Use when you need to find POIs within specific categories using the Orbis mapping service.
  • Orbis Geocode: Tool to geocode addresses using TomTom's Orbis Maps API. Use when converting address queries to geographic coordinates.
  • Orbis POI Search: Tool to search for points of interest using TomTom Orbis Maps API. Use when you need POI suggestions by name or category from the Orbis dataset.
  • Orbis Places Autocomplete: Tool to get autocomplete suggestions for place searches using TomTom Orbis Maps. Use when you need to recognize entities (brands, categories, locations) in a query and offer them as structured search terms.
  • Orbis Places Search: Tool to perform fuzzy search for addresses and points of interest using TomTom Orbis Maps API. Use when you need flexible matching on free-form location queries with the Orbis mapping service.
  • Orbis Structured Geocode: Tool to convert structured address fields into geographic coordinates using TomTom Orbis Maps API. Use when you have structured address components and need precise geocoding.
  • Points of Interest Search: Tool to search for points of interest by query. Use when you need POI suggestions by name or category.
  • Reverse Geocode: Tool to convert geographic coordinates into a human-readable address. Use when you need to obtain address information from latitude and longitude values.
  • Reverse Geocode Cross Street: Tool to find the nearest cross street or intersection for given geographic coordinates. Use when you need to identify street intersections near a specific latitude/longitude position.
  • Reverse Geocode Orbis: Tool to convert geographic coordinates into a human-readable address using TomTom's Orbis Maps API. Use when you need detailed address information from latitude and longitude values with Orbis data coverage.
  • Search Along Route: Tool to search for Points of Interest along a specified route with detour time constraints. Use when you need to find POIs (restaurants, gas stations, hotels) accessible from a planned route.
  • Search Along Route (v2): Tool to search for Points of Interest along a specified route using Search API v2. Use when you need to find POIs accessible from a planned route with detour constraints.
  • Search Geometry: Tool to search for POIs within geometric areas (circles or polygons). Use when you need to find points of interest constrained to specific geographic boundaries.
  • Snap to Roads (Sync): Tool to snap GPS points to the road network synchronously. Maps raw GPS coordinates to actual road geometry, useful for map matching and route reconstruction.
  • Structured Geocode: Tool to convert structured address fields into coordinates. Use after collecting street, city, and postal code.
  • Traffic Incidents: Tool to retrieve detailed traffic incidents within a bounding box. Use when you need incident details for a defined map area.
  • Update Geofencing Secret: Tool to change the customer secret for TomTom Geofencing API. Use when you need to update or rotate the authentication secret for geofencing operations.
  • Update Notifications Group: Tool to update an existing contact group in TomTom Notifications API. Use when you need to modify the name, webhook URLs, or email addresses of a contact group.

How to connect Tomtom

  1. Sign in to Definable AI and go to Apps
  2. Search for Tomtom and click Connect
  3. Authorize via OAuth2 — takes under 30 seconds
  4. Use Tomtom actions in your AI agents and workflows