Actions4
- User Lookup Actions
- Survey Response Actions
Overview
This node integrates with the Hotjar API to manage survey responses and user lookups. Specifically, for the 'Survey Response' resource and 'Get Survey' operation, it retrieves detailed information about a specific survey from a given site. This is useful for workflows that need to fetch survey data for analysis, reporting, or further processing within automation pipelines.
Use Case Examples
- Fetch a survey by providing the Site ID and Survey ID to analyze user feedback collected via Hotjar surveys.
- Use the node to automate the retrieval of survey details for integration with other data systems or dashboards.
Properties
| Name | Meaning |
|---|---|
| Site ID | The unique identifier of the site from which the survey is to be retrieved. |
| Survey ID | The unique identifier of the survey to fetch. |
| Query Parameters | Optional parameters to customize the API request, including pagination cursor, limit on number of results, and whether to include question details. |
Output
JSON
*- The JSON response from the Hotjar API containing survey details or error information.
Dependencies
- Requires Hotjar API credentials including Client ID and Client Secret for OAuth token retrieval.
Troubleshooting
- Missing or invalid Client ID or Client Secret will cause authentication failure.
- Site ID and Survey ID are mandatory for the 'Get Survey' operation; missing these will throw errors.
- API request failures will return error messages with stack traces for debugging.
Links
- Hotjar API Documentation - Official documentation for Hotjar API endpoints and usage.