Storerocket
storerocketStoreRocket is a store locator software platform that enables businesses to add customizable, interactive location finders to their websites. It provides location management, real-time opening hours, search filters, custom fields, lead collection, analytics, and a REST API for seamless integration with platforms like WordPress, Shopify, Webflow, and more.
Acciones disponibles (2)
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 authenticated user informationSTOREROCKET_GET_USER_INFOAcciónTool to retrieve authenticated user information. use when you need current user details after authentication.
STOREROCKET_GET_USER_INFOAcciónTool to retrieve authenticated user information. use when you need current user details after authentication.
Parámetros de entrada
Sin parámetros.
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 users listSTOREROCKET_GET_USERSAcciónTool to retrieve a list of all users. use when you need to list users with optional pagination after authentication.
STOREROCKET_GET_USERSAcciónTool to retrieve a list of all users. use when you need to list users with optional pagination after authentication.
Parámetros de entrada
limitintegerMaximum number of users to return.
offsetintegerNumber of users to skip before starting to collect the result set.
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