Lists all customers in the HotspotSystem account with optional filtering. Use this tool to: - Retrieve all customers with their details (name, email, contact info, registration date, etc.) - Paginate through large customer lists using limit and offset parameters - Sort customers…
sortstringField name to sort results by. Prepend '-' for descending order (e.g., '-customer_name' for reverse alphabetical by name). Common fields: customer_name, email, registered_at.
limitintegerMaximum number of customers to return in a single response. Defaults to 100 if not specified.
fieldsstringComma-separated list of specific field names to include in each customer object. If omitted, all fields are returned. Available fields include: customer_id, customer_name, user_name, email, company_name, address, city, state, zip, country_code, phone, registered_at.
offsetintegerNumber of customers to skip before starting to return results (for pagination). Defaults to 0.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.