NAiOS IconNAiOS Logo
Volver al catálogo

Mapulus

mapulus

Mapulus is a platform that enables users to create, manage, and analyze interactive maps, integrating with various applications to automate tasks and leverage location insights.

Acciones
4
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 (4)

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.

Find Location by External IDMAPULUS_FIND_LOCATION_WITH_EXTERNAL_IDAcción

Tool to retrieve locations by external id. use after obtaining an external identifier to find the matching location(s).

Parámetros de entrada

  • external_idstringObligatorio

    External identifier to filter and find the location(s).

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

Tool to retrieve detailed information about a map. use when you have a map id and need full map metadata.

Parámetros de entrada

  • map_idstringObligatorio

    The unique identifier of 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

List LocationsMAPULUS_LIST_LOCATIONSAcción

Tool to list all locations. use after authentication to retrieve a paginated list of locations.

Parámetros de entrada

  • limitinteger

    Maximum number of locations to return (1-100)

  • querystring

    Substring to filter locations by name

  • offsetinteger

    Results offset for pagination (must be >= 0)

  • parentstring

    Location ID to filter child locations

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

Tool to list all maps accessible to the user. use after authentication to retrieve maps with pagination and optional filtering.

Parámetros de entrada

  • tagstring

    Filter maps by a single tag (exact match)

  • namestring

    Filter maps by name (partial match allowed)

  • pageinteger

    Page number to retrieve (must be >= 1)

  • sortBystring

    Field to sort by (default 'createdAt')

  • perPageinteger

    Number of items per page (default 50, max 100)

  • sortOrderstringenum

    Sort order: 'asc' or 'desc' (default 'desc')

    ascdesc

Parámetros de salida

  • dataobject[]Obligatorio

    Array of map records

  • pageintegerObligatorio

    Current page number

  • countintegerObligatorio

    Total number of maps matching the criteria

  • errorstring

    Error if any occurred during the execution of the action

  • perPageintegerObligatorio

    Number of items per page

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not