ActionQualtricsUpdated September 2026
What Qualtrics surveys exist?
Short answer: You can list qualtrics surveys in Qualtrics by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Qualtrics List Qualtrics Surveys action to a workflow, map its 0 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Sample request
{}
Returns
{"result": {"elements": [{"id": "SV_abc","name": "NPS Survey","isActive": true}]}}
Use these fields in downstream nodes for routing, logging, or error handling.
Triggered by
Apps that pair well as the trigger for List Qualtrics Surveys.
Any of these apps can fire this action as part of a workflow.
FAQ
Questions about List Qualtrics Surveys.
What does the List Qualtrics Surveys action do in Qualtrics?
Returns surveys in the workspace with metadata. Useful for resolving survey IDs at workflow setup.
What inputs does List Qualtrics Surveys require?
List Qualtrics Surveys has no required inputs. Sensible defaults are applied if you leave fields blank.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if Qualtrics returns an error?
The run history shows the failed step with its input and the error message Qualtrics returned, so you can fix the input and run the workflow again. Automatic retries are built into HTTP steps only, where you can also set your own retry count and delay.
Does List Qualtrics Surveys support batch operations?
Run List Qualtrics Surveys inside a loop to process each item in an array. TinyCommand does not throttle calls for you, so for large arrays add a Delay step if you need to stay within Qualtrics's rate limits.
More actions
Other Qualtrics actions.
Action
Create Qualtrics Contact List
Provisions a new mailing list for survey distribution. For "build segment-specific NPS list from CRM data" preparation workflows before distributing the survey.
ActionQualtrics Email Survey Distribution
Sends a survey via email to a contact list with configured template. For "weekly NPS survey to closed tickets" customer-feedback automation.