web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Has anyone connected Q...
Power Automate
Answered

Has anyone connected QuestionPro?

(1) ShareShare
ReportReport
Posted on by 4
We use QuestionPro as the survey platform for our agency. I am looking to automate a process between QuestionPro and One Drive. But I am not seeing any examples in forums of other people who have used Power Automate with QuestionPro. It looks like QuestionPro doesn't have a template or integration already set up, but QuestionPro has an API key that we can use as needed. 
 
Has anyone on here set up a custom flow in Power Automate for QuestionPro?
Categories:
I have the same question (0)
  • Verified answer
    Riyaz_riz11 Profile Picture
    4,048 Super User 2026 Season 1 on at
    Hi,

    Get your API Key and Endpoint

    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:

      https://api.questionpro.com/a/api/v2/surveys/{survey-id}/responses

    Create a new Flow in Power Automate

    • Trigger:

      E.g., Recurrence (to run daily) or Manually Trigger a Flow.

    Add HTTP Action

    Use HTTP (premium connector):

     Example configuration:

    • Method: GET

    • URI:

      https://api.questionpro.com/a/api/v2/surveys/{survey-id}/responses

    • 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.

    Parse JSON

    • Add Parse JSON action to turn the API response into dynamic fields.

    • Use a sample output from QuestionPro API to generate your schema

    Create File in OneDrive

    • Add Create file action from OneDrive.

    • Choose your folder.

    • File Name: e.g.,

      QuestionProResponses_<timestamp>.json

    • File Content: Body from HTTP response (or use the parsed JSON if you prefer to format).



    •  
    If I have answered your question, please mark it as the preferred solution ✅ . If you like my response, please give it a Thumbs Up 👍.
    Regards,
    Riyaz

     

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
Haque Profile Picture

Haque 523

#2
Valantis Profile Picture

Valantis 318

#3
David_MA Profile Picture

David_MA 235 Super User 2026 Season 1

Last 30 days Overall leaderboard