Mapulus
mapulusMapulus 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 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ónTool to retrieve locations by external id. use after obtaining an external identifier to find the matching location(s).
MAPULUS_FIND_LOCATION_WITH_EXTERNAL_IDAcciónTool to retrieve locations by external id. use after obtaining an external identifier to find the matching location(s).
Parámetros de entrada
external_idstringObligatorioExternal identifier to filter and find the location(s).
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 DetailsMAPULUS_GET_MAP_DETAILSAcciónTool to retrieve detailed information about a map. use when you have a map id and need full map metadata.
MAPULUS_GET_MAP_DETAILSAcciónTool to retrieve detailed information about a map. use when you have a map id and need full map metadata.
Parámetros de entrada
map_idstringObligatorioThe unique identifier of 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
List LocationsMAPULUS_LIST_LOCATIONSAcciónTool to list all locations. use after authentication to retrieve a paginated list of locations.
MAPULUS_LIST_LOCATIONSAcciónTool to list all locations. use after authentication to retrieve a paginated list of locations.
Parámetros de entrada
limitintegerMaximum number of locations to return (1-100)
querystringSubstring to filter locations by name
offsetintegerResults offset for pagination (must be >= 0)
parentstringLocation ID to filter child locations
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 MapsMAPULUS_LIST_MAPSAcciónTool to list all maps accessible to the user. use after authentication to retrieve maps with pagination and optional filtering.
MAPULUS_LIST_MAPSAcciónTool to list all maps accessible to the user. use after authentication to retrieve maps with pagination and optional filtering.
Parámetros de entrada
tagstringFilter maps by a single tag (exact match)
namestringFilter maps by name (partial match allowed)
pageintegerPage number to retrieve (must be >= 1)
sortBystringField to sort by (default 'createdAt')
perPageintegerNumber of items per page (default 50, max 100)
sortOrderstringenumSort order: 'asc' or 'desc' (default 'desc')
ascdesc
Parámetros de salida
dataobject[]ObligatorioArray of map records
pageintegerObligatorioCurrent page number
countintegerObligatorioTotal number of maps matching the criteria
errorstringError if any occurred during the execution of the action
perPageintegerObligatorioNumber of items per page
successfulbooleanObligatorioWhether or not the action execution was successful or not