n8n-nodes-questionstar
v0.1.32
Published
Official n8n community nodes for integrating Questionstar online surveys and questionnaires via OAuth2 API.
Maintainers
Readme
n8n-nodes-questionstar
This node connects QUESTIONSTAR with n8n to automate survey workflows, collect and process responses, sync data with external systems, and trigger actions based on survey activity.
Features
- Trigger node for survey completion events
- Action node for retrieving full survey data
- OAuth2 authentication with QUESTIONSTAR API
- Fully compatible with n8n workflows
Installation
You can install the package via npm, n8n CLI, or directly through the n8n interface.
1. Install via npm
npm install @n8n-nodes-questionstarRequires n8n >= 2.x
2. Install via n8n CLI
n8n install @n8n-nodes-questionstar3. Install via n8n interface (UI)
- Open your n8n instance in a browser.
- Go to Settings → Nodes.
- Click Install Nodes.
- Enter
n8n-nodes-questionstarand click Install. - Restart n8n if required.
4. Install manually
- Download the package from npm or GitHub.
- Copy the
distfolder into your n8n custom nodes directory (usually~/.n8n/custom). - Restart n8n. The nodes will appear in your instance.
Credentials Setup
Before using the nodes, configure OAuth2 credentials in n8n:
- Go to Credentials in n8n.
- Click New Credential →
QUESTIONSTAR OAuth2 API. - Save the credentials.
You can create multiple credentials for different environments (Dev, RU, EN).
Nodes
QUESTIONSTAR Trigger
Purpose: Accepts survey completion events.
Fields:
| Field Name | Type | Description | |------------|--------|-----------------------------------------| | Survey ID | string | Select the survey to monitor events for |
Example Usage:
[QuestionStarTrigger] → [Action Node or other workflow nodes]QUESTIONSTAR Action
Purpose: Retrieves full survey data.
Fields:
| Field Name | Type | Description | |------------|--------|--------------------------------------------------| | Survey ID | string | Survey to update (optional for creation) |
Example Usage:
[QuestionStarTrigger] → [QuestionStarAction: Update Survey] → [Other workflow nodes]Support
For any questions, contact [email protected].
