Storeganise
storeganiseStoreganise provides modern, cloud-based management software for valet and self-storage businesses, offering features like contactless online bookings, automated billing, and comprehensive APIs for integrations.
Acciones disponibles (3)
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.
Get Admin Site by ID or CodeSTOREGANISE_GET_ADMIN_SITES_BY_IDAcciónTool to retrieve a specific site by id or code. use when you have the site identifier and need full site details, optionally including related resources like units.
STOREGANISE_GET_ADMIN_SITES_BY_IDAcciónTool to retrieve a specific site by id or code. use when you have the site identifier and need full site details, optionally including related resources like units.
Parámetros de entrada
includestring[]Comma-separated list of related resources to include for detailed single-site views. Use sparingly (only on single-item calls).
site_id_or_codestringObligatorioUnique identifier or code of the site.
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 Admin User By ID or EmailSTOREGANISE_GET_ADMIN_USERS_BY_IDAcciónTool to retrieve a specific admin user by id or email. use when you need detailed information of a single admin user.
STOREGANISE_GET_ADMIN_USERS_BY_IDAcciónTool to retrieve a specific admin user by id or email. use when you need detailed information of a single admin user.
Parámetros de entrada
includestring[]Optional related entities to include in the response. Allowed values: units, items, billing, customFields.
user_id_or_emailstringObligatorioThe unique identifier or email of the admin user.
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 Admin Users By IDsSTOREGANISE_GET_ADMIN_USERS_BY_IDSAcciónTool to fetch multiple admin users by their ids. use when you need to retrieve details for a specific set of admin accounts in bulk after verifying their ids.
STOREGANISE_GET_ADMIN_USERS_BY_IDSAcciónTool to fetch multiple admin users by their ids. use when you need to retrieve details for a specific set of admin accounts in bulk after verifying their ids.
Parámetros de entrada
idsstring[]ObligatorioList of unique admin user IDs 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