Felt
feltFelt is a modern GIS platform that allows users to create, modify, and share interactive maps, integrating powerful mapping capabilities into various workflows and applications.
Acciones disponibles (16)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Create or Update ElementsFELT_CREATE_OR_UPDATE_ELEMENTSAcciónTool to create new elements or update existing elements on a map via geojson featurecollection. use when you need to batch add or modify elements on a specified map after confirming the map id.
FELT_CREATE_OR_UPDATE_ELEMENTSAcciónTool to create new elements or update existing elements on a map via geojson featurecollection. use when you need to batch add or modify elements on a specified map after confirming the map id.
Parámetros de entrada
typestringObligatorioMust be 'FeatureCollection'
map_idstringObligatorioUnique identifier of the map to modify
featuresobject[]ObligatorioArray of GeoJSON Feature objects representing elements to create or update
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create ProjectFELT_CREATE_PROJECTAcciónTool to create a new felt project. use when you need to initialize a project with a specific name, and optional description or organization context.
FELT_CREATE_PROJECTAcciónTool to create a new felt project. use when you need to initialize a project with a specific name, and optional description or organization context.
Parámetros de entrada
namestringObligatorioName of the project.
descriptionstringOptional description of the project.
organization_idstringOptional organization ID to create the project under.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ElementFELT_DELETE_ELEMENTAcciónTool to delete a specific element from a map. use when you have both map and element ids and need to remove the element permanently.
FELT_DELETE_ELEMENTAcciónTool to delete a specific element from a map. use when you have both map and element ids and need to remove the element permanently.
Parámetros de entrada
map_idstringObligatorioThe unique identifier of the map containing the element to delete.
element_idstringObligatorioThe unique identifier of the element to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete LayerFELT_DELETE_LAYERAcciónTool 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.
FELT_DELETE_LAYERAcciónTool 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.
Parámetros de entrada
map_idstringObligatorioThe unique identifier of the map containing the layer to delete.
layer_idstringObligatorioThe unique identifier of the layer to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete MapFELT_DELETE_MAPAcciónTool to delete a specific map. use when you have the map's id and want to permanently remove it. returns no content (http 204) on success.
FELT_DELETE_MAPAcciónTool to delete a specific map. use when you have the map's id and want to permanently remove it. returns no content (http 204) on success.
Parámetros de entrada
map_idstringObligatorioThe unique identifier of the map to delete.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete ProjectFELT_DELETE_PROJECTAcciónTool to delete a project and all its contents. use when you need to permanently remove a project after confirmation.
FELT_DELETE_PROJECTAcciónTool to delete a project and all its contents. use when you need to permanently remove a project after confirmation.
Parámetros de entrada
project_idstringObligatorioThe ID of the project to be deleted.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Duplicate MapFELT_DUPLICATE_MAPAcciónTool to duplicate an existing map in felt. use when you need a clone of a map as a starting point.
FELT_DUPLICATE_MAPAcciónTool to duplicate an existing map in felt. use when you need a clone of a map as a starting point.
Parámetros de entrada
titlestringOptional new title for the duplicated map
map_idstringObligatorioUnique identifier of the map to duplicate
descriptionstringOptional description for the duplicated map
organization_idstringOptional organization ID to assign the duplicated map
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create Felt ProjectFELT_FELT_CREATE_PROJECTAcciónTool to create a new felt project. use when you need to initialize a project with a specific name and optional description or organization context.
FELT_FELT_CREATE_PROJECTAcciónTool to create a new felt project. use when you need to initialize a project with a specific name and optional description or organization context.
Parámetros de entrada
namestringObligatorioName of the project.
visibilitystringObligatorioVisibility of the project. Allowed values: 'private', 'public'.
descriptionstringDescription of the project.
organization_idstringOrganization ID under which to create the project.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Map DetailsFELT_GET_MAP_DETAILSAcciónTool to retrieve details of a specific map. use when you have a valid map id and need full map metadata.
FELT_GET_MAP_DETAILSAcciónTool to retrieve details of a specific map. use when you have a valid map id and need full map metadata.
Parámetros de entrada
map_idstringObligatorioUnique identifier for the map to retrieve
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get User DetailsFELT_GET_USER_DETAILSAcciónTool to retrieve information about the authenticated user. use after obtaining a valid token to fetch user profile details.
FELT_GET_USER_DETAILSAcciónTool to retrieve information about the authenticated user. use after obtaining a valid token to fetch user profile details.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List Element GroupsFELT_LIST_ELEMENT_GROUPSAcciónTool to list all element groups on a specific map. use after confirming a valid map id when you need to enumerate grouped elements.
FELT_LIST_ELEMENT_GROUPSAcciónTool to list all element groups on a specific map. use after confirming a valid map id when you need to enumerate grouped elements.
Parámetros de entrada
map_idstringObligatorioThe unique identifier for the map.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ElementsFELT_LIST_ELEMENTSAcciónTool to list all elements on a specific map as geojson features. use after confirming a valid map id when you need to retrieve the map's elements.
FELT_LIST_ELEMENTSAcciónTool to list all elements on a specific map as geojson features. use after confirming a valid map id when you need to retrieve the map's elements.
Parámetros de entrada
map_idstringObligatorioUnique identifier of the map to list elements for.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List LayersFELT_LIST_LAYERSAcciónTool to list all layers on a specific map. use after confirming the map id.
FELT_LIST_LAYERSAcciónTool to list all layers on a specific map. use after confirming the map id.
Parámetros de entrada
limitintegerMaximum number of results to return; default 100, maximum 1000.
map_idstringObligatorioThe unique identifier for the map.
starting_afterstringCursor for pagination to return records after this ID.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List ProjectsFELT_LIST_PROJECTSAcciónTool to retrieve a list of projects accessible to the user. use when you need to browse or select from existing projects before proceeding.
FELT_LIST_PROJECTSAcciónTool to retrieve a list of projects accessible to the user. use when you need to browse or select from existing projects before proceeding.
Parámetros de entrada
organization_idstringOrganization ID to list projects for a specific organization
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List SourcesFELT_LIST_SOURCESAcciónTool to retrieve a list of data sources accessible to the user. use when you need to enumerate all available sources before selecting one.
FELT_LIST_SOURCESAcciónTool to retrieve a list of data sources accessible to the user. use when you need to enumerate all available sources before selecting one.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update ProjectFELT_UPDATE_PROJECTAcciónTool to update an existing project's name, description, or custom properties. use after confirming the project id.
FELT_UPDATE_PROJECTAcciónTool to update an existing project's name, description, or custom properties. use after confirming the project id.
Parámetros de entrada
namestringNew project name
project_idstringObligatorioID of the project to update
descriptionstringNew project description
customPropertiesobjectKey-value pairs for custom properties to update
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not