Hotspotsystem
hotspotsystemHotspotSystem provides public Wi-Fi hotspot management and billing services for businesses.
Acciones disponibles (16)
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.
List CustomersHOTSPOTSYSTEM_CUSTOMERS_LISTAcciónTool to list customers. Use when you need to retrieve customers with optional pagination, sorting, and field selection.
HOTSPOTSYSTEM_CUSTOMERS_LISTAcciónTool to list customers. Use when you need to retrieve customers with optional pagination, sorting, and field selection.
Parámetros de entrada
sortstringSort by any field; prepend '-' for descending order.
limitintegerLimits number of returned objects; must be >= 1.
fieldsstringComma-separated list of field names to include in the response.
offsetintegerStart index of returned range; must be >= 0.
Parámetros de salida
dataobjectObligatorioRaw JSON response from the API
errorstringError if any occurred during the execution of the action
request_idstringUnique request identifier returned in response headers, if available
successfulbooleanObligatorioWhether or not the action execution was successful or not
status_codeintegerObligatorioHTTP status code returned by the API
List Customers by LocationHOTSPOTSYSTEM_CUSTOMERS_LIST_BY_LOCATIONAcciónTool to list customers by location. Use when you need to retrieve customers for a specific location with optional field selection, sorting, and pagination.
HOTSPOTSYSTEM_CUSTOMERS_LIST_BY_LOCATIONAcciónTool to list customers by location. Use when you need to retrieve customers for a specific location with optional field selection, sorting, and pagination.
Parámetros de entrada
sortstringProperty name to sort by; prepend '-' for descending order (e.g., '-registered_at')
limitintegerNumber of items to return per page; must be >= 1
fieldsstringComma-separated list of fields to include in the response (e.g., 'id,email,name')
offsetintegerZero-based page index when paginating; must be >= 0
location_idstringObligatorioID of the location
Parámetros de salida
dataobjectObligatorioRaw JSON response from the API
errorstringError if any occurred during the execution of the action
request_idstringUnique request identifier returned in response headers, if available
successfulbooleanObligatorioWhether or not the action execution was successful or not
status_codeintegerObligatorioHTTP status code returned by the API
Generate Voucher (v1)HOTSPOTSYSTEM_GENERATE_VOUCHER_V1AcciónTool to generate an access voucher on the fly. Use when you need a single-use voucher for a specified location after ensuring sufficient credits.
HOTSPOTSYSTEM_GENERATE_VOUCHER_V1AcciónTool to generate an access voucher on the fly. Use when you need a single-use voucher for a specified location after ensuring sufficient credits.
Parámetros de entrada
formatstringenumResponse format, either 'json' or 'xml'. Defaults to 'json'.
jsonxmlpackagestringCustom package ID defining voucher parameters. Defaults to the location's default free access if omitted.
validitystringLocation ID or location group ID where the voucher can be activated. Defaults to the same location if omitted.
location_idstringObligatorioID of the location from which voucher credits will be deducted.
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 LocationsHOTSPOTSYSTEM_LOCATIONS_LISTAcciónTool to list the resource owner's locations. Use when you need to retrieve locations with optional filtering, sorting, or pagination.
HOTSPOTSYSTEM_LOCATIONS_LISTAcciónTool to list the resource owner's locations. Use when you need to retrieve locations with optional filtering, sorting, or pagination.
Parámetros de entrada
sortstringProperty name to sort by; prepend '-' for descending order.
limitintegerNumber of items to return per page; must be >= 1.
fieldsstringComma-separated location property names to include in the response.
offsetintegerZero-based page offset; must be >= 0.
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
Misc PingHOTSPOTSYSTEM_MISC_PINGAcciónTool to perform health check against the HotspotSystem API. Use when verifying connectivity and availability.
HOTSPOTSYSTEM_MISC_PINGAcciónTool to perform health check against the HotspotSystem API. Use when verifying connectivity and availability.
Parámetros de entrada
qstringAdditional optional query parameter for edge-case testing (unicode/special chars).
echostringOptional echo value sent as query parameter for testing; the API ignores it.
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 SubscribersHOTSPOTSYSTEM_SUBSCRIBERS_LISTAcciónTool to list newsletter subscribers. Use when you need to retrieve subscribers with optional field selection, sorting, and pagination.
HOTSPOTSYSTEM_SUBSCRIBERS_LISTAcciónTool to list newsletter subscribers. Use when you need to retrieve subscribers with optional field selection, sorting, and pagination.
Parámetros de entrada
sortstringProperty name to sort by; prepend '-' for descending order (e.g., '-registered_at').
limitintegerNumber of items to return per page; must be >= 1.
fieldsstringComma-separated list of subscriber fields to include in the response (e.g., 'id,email,name').
offsetintegerZero-based page index when paginating; must be >= 0.
Parámetros de salida
dataobjectObligatorioRaw JSON response from the API.
errorstringError if any occurred during the execution of the action
request_idstringUnique request identifier returned in response headers, if available.
successfulbooleanObligatorioWhether or not the action execution was successful or not
status_codeintegerObligatorioHTTP status code returned by the API.
List Subscribers by LocationHOTSPOTSYSTEM_SUBSCRIBERS_LIST_BY_LOCATIONAcciónTool to list subscribers by location. Use when you need to retrieve subscribers for a specific location with optional field selection, sorting, and pagination.
HOTSPOTSYSTEM_SUBSCRIBERS_LIST_BY_LOCATIONAcciónTool to list subscribers by location. Use when you need to retrieve subscribers for a specific location with optional field selection, sorting, and pagination.
Parámetros de entrada
sortstringProperty name to sort by; prepend '-' for descending order (e.g., '-registered_at')
limitintegerNumber of items to return per page; must be >= 1
fieldsstringComma-separated list of fields to include in the response (e.g., 'id,email,name')
offsetintegerZero-based page index when paginating; must be >= 0
location_idstringObligatorioID of the location
Parámetros de salida
dataobjectObligatorioRaw JSON response from the API
errorstringError if any occurred during the execution of the action
request_idstringUnique request identifier returned in response headers, if available
successfulbooleanObligatorioWhether or not the action execution was successful or not
status_codeintegerObligatorioHTTP status code returned by the API
List MAC TransactionsHOTSPOTSYSTEM_TRANSACTIONS_LIST_MACAcciónTool to list MAC-based transactions. Use when you need to retrieve MAC transaction records with optional pagination and sorting.
HOTSPOTSYSTEM_TRANSACTIONS_LIST_MACAcciónTool to list MAC-based transactions. Use when you need to retrieve MAC transaction records with optional pagination and sorting.
Parámetros de entrada
sortstringSort by any field; prepend '-' for descending order.
limitintegerMaximum number of items to return; must be >= 1.
fieldsstringComma-separated list of field names to include in the response.
offsetintegerZero-based offset for pagination; must be >= 0.
Parámetros de salida
dataobjectObligatorioRaw JSON response from the API
errorstringError if any occurred during the execution of the action
request_idstringUnique request identifier returned in response headers, if available
successfulbooleanObligatorioWhether or not the action execution was successful or not
status_codeintegerObligatorioHTTP status code returned by the API
List MAC Transactions by LocationHOTSPOTSYSTEM_TRANSACTIONS_LIST_MAC_BY_LOCATIONAcciónTool to list MAC transactions by location. Use when you need to retrieve MAC transaction records for a specific location with optional pagination and sorting.
HOTSPOTSYSTEM_TRANSACTIONS_LIST_MAC_BY_LOCATIONAcciónTool to list MAC transactions by location. Use when you need to retrieve MAC transaction records for a specific location with optional pagination and sorting.
Parámetros de entrada
sortstringSort by any field; prepend '-' for descending order
limitintegerMaximum number of items to return; must be >= 1
fieldsstringComma-separated list of field names to include in the response
offsetintegerZero-based offset for pagination; must be >= 0
location_idstringObligatorioID of the location
Parámetros de salida
dataobjectObligatorioRaw JSON response from the API
errorstringError if any occurred during the execution of the action
request_idstringUnique request identifier returned in response headers, if available
successfulbooleanObligatorioWhether or not the action execution was successful or not
status_codeintegerObligatorioHTTP status code returned by the API
List Paid Transactions by LocationHOTSPOTSYSTEM_TRANSACTIONS_LIST_PAID_BY_LOCATIONAcciónTool to list paid transactions by location. Use when you need to retrieve paid transaction records for a specific location with optional pagination and sorting.
HOTSPOTSYSTEM_TRANSACTIONS_LIST_PAID_BY_LOCATIONAcciónTool to list paid transactions by location. Use when you need to retrieve paid transaction records for a specific location with optional pagination and sorting.
Parámetros de entrada
sortstringSort by any field; prepend '-' for descending order
limitintegerMaximum number of items to return; must be >= 1
fieldsstringComma-separated list of field names to include in the response
offsetintegerZero-based offset for pagination; must be >= 0
location_idstringObligatorioID of the location
Parámetros de salida
dataobjectObligatorioRaw JSON response from the API
errorstringError if any occurred during the execution of the action
request_idstringUnique request identifier returned in response headers, if available
successfulbooleanObligatorioWhether or not the action execution was successful or not
status_codeintegerObligatorioHTTP status code returned by the API
List Social TransactionsHOTSPOTSYSTEM_TRANSACTIONS_LIST_SOCIALAcciónTool to list social transactions. Use when you need to retrieve social transaction records with optional pagination and sorting.
HOTSPOTSYSTEM_TRANSACTIONS_LIST_SOCIALAcciónTool to list social transactions. Use when you need to retrieve social transaction records with optional pagination and sorting.
Parámetros de entrada
sortstringSort by any field; prepend '-' for descending order.
limitintegerMaximum number of items to return; must be >= 1.
fieldsstringComma-separated list of field names to include in the response.
offsetintegerZero-based offset for pagination; must be >= 0.
Parámetros de salida
dataobjectObligatorioRaw JSON response from the API
errorstringError if any occurred during the execution of the action
request_idstringUnique request identifier returned in response headers, if available
successfulbooleanObligatorioWhether or not the action execution was successful or not
status_codeintegerObligatorioHTTP status code returned by the API
List Social Transactions by LocationHOTSPOTSYSTEM_TRANSACTIONS_LIST_SOCIAL_BY_LOCATIONAcciónTool to list social transactions by location. Use when you need to retrieve social transaction records for a specific location with optional pagination and sorting.
HOTSPOTSYSTEM_TRANSACTIONS_LIST_SOCIAL_BY_LOCATIONAcciónTool to list social transactions by location. Use when you need to retrieve social transaction records for a specific location with optional pagination and sorting.
Parámetros de entrada
sortstringSort by any field; prepend '-' for descending order
limitintegerMaximum number of items to return; must be >= 1
fieldsstringComma-separated list of field names to include in the response
offsetintegerZero-based offset for pagination; must be >= 0
location_idstringObligatorioID of the location
Parámetros de salida
dataobjectObligatorioRaw JSON response from the API
errorstringError if any occurred during the execution of the action
request_idstringUnique request identifier returned in response headers, if available
successfulbooleanObligatorioWhether or not the action execution was successful or not
status_codeintegerObligatorioHTTP status code returned by the API
List Voucher TransactionsHOTSPOTSYSTEM_TRANSACTIONS_LIST_VOUCHERAcciónTool to list voucher transactions globally across all locations.
HOTSPOTSYSTEM_TRANSACTIONS_LIST_VOUCHERAcciónTool to list voucher transactions globally across all locations.
Parámetros de entrada
sortstringSort by any field; prepend '-' for descending order
limitintegerMaximum number of items to return; must be >= 1
fieldsstringComma-separated list of field names to include in the response
offsetintegerZero-based offset for pagination; must be >= 0
Parámetros de salida
dataobjectObligatorioRaw JSON response from the API
errorstringError if any occurred during the execution of the action
request_idstringUnique request identifier returned in response headers, if available
successfulbooleanObligatorioWhether or not the action execution was successful or not
status_codeintegerObligatorioHTTP status code returned by the API
List Voucher Transactions by LocationHOTSPOTSYSTEM_TRANSACTIONS_LIST_VOUCHER_BY_LOCATIONAcciónTool to list voucher transactions by location. Use when you need to retrieve voucher transaction records for a specific location with optional pagination and sorting.
HOTSPOTSYSTEM_TRANSACTIONS_LIST_VOUCHER_BY_LOCATIONAcciónTool to list voucher transactions by location. Use when you need to retrieve voucher transaction records for a specific location with optional pagination and sorting.
Parámetros de entrada
sortstringSort by any field; prepend '-' for descending order
limitintegerMaximum number of items to return; must be >= 1
fieldsstringComma-separated list of field names to include in the response
offsetintegerZero-based offset for pagination; must be >= 0
location_idstringObligatorioID of the location
Parámetros de salida
dataobjectObligatorioRaw JSON response from the API
errorstringError if any occurred during the execution of the action
request_idstringUnique request identifier returned in response headers, if available
successfulbooleanObligatorioWhether or not the action execution was successful or not
status_codeintegerObligatorioHTTP status code returned by the API
List VouchersHOTSPOTSYSTEM_VOUCHERS_LISTAcciónTool to list the resource owner's vouchers across all locations. Use when you need to retrieve vouchers with optional filtering, sorting, or pagination.
HOTSPOTSYSTEM_VOUCHERS_LISTAcciónTool to list the resource owner's vouchers across all locations. Use when you need to retrieve vouchers with optional filtering, sorting, or pagination.
Parámetros de entrada
sortstringProperty name to sort by; prepend '-' for descending order.
limitintegerNumber of items to return per page; must be >= 1.
fieldsstringComma-separated voucher property names to return.
offsetintegerZero-based page index when paginated by limit; must be >= 0.
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
Vouchers List by LocationHOTSPOTSYSTEM_VOUCHERS_LIST_BY_LOCATIONAcciónTool to list vouchers by location. Use when you need to retrieve vouchers for a specific location with optional filtering and pagination.
HOTSPOTSYSTEM_VOUCHERS_LIST_BY_LOCATIONAcciónTool to list vouchers by location. Use when you need to retrieve vouchers for a specific location with optional filtering and pagination.
Parámetros de entrada
sortstringField to sort by; prepend '-' for descending.
limitintegerNumber of items to return per page (minimum 1).
fieldsstringComma-separated list of response fields to include.
offsetintegerZero-based page index used with limit (minimum 0).
location_idstringObligatorioID of the location.
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