NAiOS IconNAiOS Logo
Volver al catálogo

Felt

felt

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.

Acciones
16
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • typestringObligatorio

    Must be 'FeatureCollection'

  • map_idstringObligatorio

    Unique identifier of the map to modify

  • featuresobject[]Obligatorio

    Array of GeoJSON Feature objects representing elements to create or update

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create ProjectFELT_CREATE_PROJECTAcción

Tool 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

  • namestringObligatorio

    Name of the project.

  • descriptionstring

    Optional description of the project.

  • organization_idstring

    Optional organization ID to create the project under.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ElementFELT_DELETE_ELEMENTAcción

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.

Parámetros de entrada

  • map_idstringObligatorio

    The unique identifier of the map containing the element to delete.

  • element_idstringObligatorio

    The unique identifier of the element to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete LayerFELT_DELETE_LAYERAcción

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.

Parámetros de entrada

  • map_idstringObligatorio

    The unique identifier of the map containing the layer to delete.

  • layer_idstringObligatorio

    The unique identifier of the layer to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete MapFELT_DELETE_MAPAcción

Tool 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_idstringObligatorio

    The unique identifier of the map to delete.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Delete ProjectFELT_DELETE_PROJECTAcción

Tool to delete a project and all its contents. use when you need to permanently remove a project after confirmation.

Parámetros de entrada

  • project_idstringObligatorio

    The ID of the project to be deleted.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Duplicate MapFELT_DUPLICATE_MAPAcción

Tool to duplicate an existing map in felt. use when you need a clone of a map as a starting point.

Parámetros de entrada

  • titlestring

    Optional new title for the duplicated map

  • map_idstringObligatorio

    Unique identifier of the map to duplicate

  • descriptionstring

    Optional description for the duplicated map

  • organization_idstring

    Optional organization ID to assign the duplicated map

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Create Felt ProjectFELT_FELT_CREATE_PROJECTAcción

Tool 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

  • namestringObligatorio

    Name of the project.

  • visibilitystringObligatorio

    Visibility of the project. Allowed values: 'private', 'public'.

  • descriptionstring

    Description of the project.

  • organization_idstring

    Organization ID under which to create the project.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Map DetailsFELT_GET_MAP_DETAILSAcción

Tool 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_idstringObligatorio

    Unique identifier for the map to retrieve

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get User DetailsFELT_GET_USER_DETAILSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List Element GroupsFELT_LIST_ELEMENT_GROUPSAcción

Tool 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_idstringObligatorio

    The unique identifier for the map.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ElementsFELT_LIST_ELEMENTSAcción

Tool 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_idstringObligatorio

    Unique identifier of the map to list elements for.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List LayersFELT_LIST_LAYERSAcción

Tool to list all layers on a specific map. use after confirming the map id.

Parámetros de entrada

  • limitinteger

    Maximum number of results to return; default 100, maximum 1000.

  • map_idstringObligatorio

    The unique identifier for the map.

  • starting_afterstring

    Cursor for pagination to return records after this ID.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List ProjectsFELT_LIST_PROJECTSAcción

Tool 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_idstring

    Organization ID to list projects for a specific organization

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List SourcesFELT_LIST_SOURCESAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Update ProjectFELT_UPDATE_PROJECTAcción

Tool to update an existing project's name, description, or custom properties. use after confirming the project id.

Parámetros de entrada

  • namestring

    New project name

  • project_idstringObligatorio

    ID of the project to update

  • descriptionstring

    New project description

  • customPropertiesobject

    Key-value pairs for custom properties to update

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not