
Announcements
Log in to QuestionPro:
Go to API Access in your account settings.
Copy your API Key (usually a long string).
Review the QuestionPro REST API documentation to get the endpoint URL you need.
For example:
Trigger:
E.g., Recurrence (to run daily) or Manually Trigger a Flow.
Use HTTP (premium connector):
Example configuration:
Method: GET
URI:
Headers:
| Key | Value |
|---|---|
| APIKEY | your QuestionPro API key |
| Content-Type | application/json |
Important:
Always test this call first in Postman or curl to be sure you get the data you expect.
Add Parse JSON action to turn the API response into dynamic fields.
Use a sample output from QuestionPro API to generate your schema
Add Create file action from OneDrive.
Choose your folder.
File Name: e.g.,
File Content: Body from HTTP response (or use the parsed JSON if you prefer to format).