NAiOS IconNAiOS Logo
Volver al catálogo

Storeganise

storeganise

Storeganise 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
3
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 (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ón

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

    Unique identifier or code of the site.

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 Admin User By ID or EmailSTOREGANISE_GET_ADMIN_USERS_BY_IDAcción

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

    The unique identifier or email of the admin user.

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 Admin Users By IDsSTOREGANISE_GET_ADMIN_USERS_BY_IDSAcción

Tool 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[]Obligatorio

    List of unique admin user IDs 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