Felt Integration — Automate Felt with AI on Beauto
Felt is a modern GIS platform that allows users to create, modify, and share interactive maps, integrating powerful mapping capabilities into various workflows and applications.
Category: developer tools · 15 actions available
What you can automate with Felt
Beauto connects Felt with 900+ other apps so you can build AI-powered workflows in minutes. Trigger automations from Felt events, enrich Felt data with AI, or sync Felt with the rest of your stack — without writing code.
- Sync Felt data with Gmail, Slack, Notion, HubSpot, Google Sheets, and more
- Trigger AI agents on new Felt events and route the output anywhere
- Schedule recurring Felt tasks — daily reports, cleanups, or bulk updates
- Use natural language to describe the workflow; Beauto builds it for you
Felt actions Beauto supports
- Create or Update Elements — Create or update map elements using GeoJSON FeatureCollection format. Creates new elements by default; to update existing elements, include 'felt:id' in the feature's properties. Supports Point, LineString, Polygon, and
- Create Project — Create a new Felt project with the specified name and visibility settings. Projects are organizational containers for grouping related maps within a workspace.
- Delete Element — Tool to delete a specific element from a map. Use when you have both map and element IDs and need to remove the element permanently.
- Delete Layer — Tool to delete a specific layer from a map. Use when you have the map's and layer's IDs and need to remove it permanently.
- Delete Map — Permanently deletes a map and all its associated data from Felt. WARNING: This action cannot be undone. The map and all its layers, elements, and comments will be permanently removed. Use when you have the map's ID and n
- Delete Project — Tool to delete a project and all its contents. Use when you need to permanently remove a project after confirmation.
- Duplicate Map — Creates a complete copy of a Felt map including all layers, elements, and configuration. Use when you need to clone an existing map to a new location or create a template-based map. The duplicated map can optionally be p
- Get Map Details — Retrieves comprehensive details of a specific Felt map including title, URL, layers, elements, basemap settings, access permissions, and timestamps. Requires a valid map ID. Use this when you need to: - Get complete map
- Get User Details — Tool to retrieve information about the authenticated user. Use after obtaining a valid token to fetch user profile details.
- List Element Groups — Retrieves all element groups from a Felt map. Element groups are collections of geographic features (points, lines, polygons) organized together. Each group returns a GeoJSON FeatureCollection with the group's elements,
- List Elements — Lists all elements on a specific map as a GeoJSON FeatureCollection. Returns elements that are not in element groups. Use when you need to retrieve the map's direct elements after obtaining a valid map_id.
- List Layers — Tool to list all layers on a specific map. Returns all layers present on the map with their complete metadata including status, geometry type, styling, and attributes. Use this when you need to inspect or enumerate the d
- List Projects — Tool to retrieve a list of projects accessible to the user. Use when you need to browse or select from existing projects before proceeding.
- List Sources — List all data sources (external data connections) accessible to the authenticated user. Sources represent connections to external data providers like BigQuery, PostgreSQL, S3, Snowflake, etc. Use this to discover availab
- Update Project — Tool to update an existing project's name or visibility. Use after confirming the project_id.