Hotjar icon

Hotjar

Use the Hotjar API

Actions4

Overview

This node integrates with the Hotjar API to perform user lookup operations within an organization. It is designed to facilitate retrieving user information based on specified parameters, which is useful for analyzing user behavior or managing user data in Hotjar. A practical example includes performing a user lookup by providing an organization ID and optional query parameters to fetch user details.

Use Case Examples

  1. Perform a user lookup by specifying the Organization ID and optional query parameters such as cursor, limit, and whether to include question information in the response.
  2. Use the node to authenticate with Hotjar using client credentials and then send a POST request to the user lookup endpoint to retrieve user data.

Properties

Name Meaning
Site ID The ID of the site for which data is being requested (not used in user lookup operation).
Organization ID The ID of the organization for which the user lookup is performed. This is required for the user lookup operation.
Survey ID The ID of the survey related to the request (not used in user lookup operation).
Query Parameters Optional parameters to customize the request, including cursor for pagination, limit for max results, and whether to include question information.
Request Body A JSON object representing the body of the POST request for performing the user lookup operation.

Output

JSON

  • json - The JSON response from the Hotjar API containing user lookup results or other relevant data.

Dependencies

  • Requires Hotjar API credentials including Client ID and Client Secret for OAuth token retrieval.

Troubleshooting

  • Missing Client ID or Client Secret will cause the node to throw an error indicating these are required.
  • Failure to retrieve an access token from Hotjar API will result in an error preventing further API calls.
  • If required parameters like Organization ID are missing for the user lookup operation, the node will throw an error specifying the missing parameter.
  • API call failures will throw errors with messages from the Hotjar API, which should be checked for details on the issue.

Links

Discussion