Hotjar icon

Hotjar

Use the Hotjar API

Actions4

Overview

This node integrates with the Hotjar API to manage survey responses, specifically allowing users to list survey responses for a given survey on a specified site. It is useful for retrieving survey data for analysis or reporting purposes. For example, a user can fetch all responses to a particular survey to analyze customer feedback or user experience data.

Use Case Examples

  1. List all responses for a specific survey on a site to analyze user feedback.
  2. Fetch survey responses with pagination using cursor and limit parameters.

Properties

Name Meaning
Site ID The identifier of the site for which survey responses are being requested.
Survey ID The identifier of the survey whose responses are to be listed.
Query Parameters Optional parameters to control the response, such as pagination cursor, limit on number of results, and whether to include question information.

Output

JSON

  • * - Each item in the output array represents a survey response object returned by the Hotjar API.

Dependencies

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

Troubleshooting

  • Missing or invalid Client ID or Client Secret will cause authentication failure.
  • If Site ID or Survey ID is not provided when required, the node throws an error indicating the missing parameter.
  • API request failures will throw errors with messages from the Hotjar API, useful for debugging.

Links

Discussion