- Home
- Resources
- Integrations
- Qualtrics
Qualtrics Make integrationAutomate Qualtrics with Make.
What happens to a survey answer after someone clicks submit? The Qualtrics Make integration gives you 10 modules: one instant trigger, eight actions and one search. This guide is for survey owners and ops teams, and walks you from the connection to a first working scenario.
Verified Trustpilot reviews · AI, automation & growth agency
What can the Qualtrics Make integration automate?
The Qualtrics Make integration links your Qualtrics account to Make, a no-code tool where you build a scenario: the automation itself, a chain of modules that each do one job. Qualtrics can call Make the moment a survey gets a new response, and Make can send surveys, read answers and manage the contacts in your directories.
Follow up on every answer. Watch New Survey Response starts the scenario when a respondent submits, and Get a Survey Response pulls the full answer so the next module can route it to the right person or tool.
Send a survey the moment a customer qualifies. When another app records a finished order or a closed ticket, Distribute a Survey via Email or Create a New Survey Distribution via SMS sends the survey without anyone opening Qualtrics.
Keep your directory clean. Create a Directory Contact, Update a Directory Contact and Delete a Directory Contact mirror the changes made in your CRM, while List Directory Contacts and Get a Directory Contact let you check what is already there.
The listed modules cover responses, distributions and directory contacts. Anything else in the Qualtrics API goes through Make an API Call, which reuses the same connection. The same app often has a node in n8n too; if you are weighing both tools, the n8n vs Make comparison lays out the criteria. New to the editor? The Make training starts from zero, and Make pricing explains how operations are counted.
How do you connect Qualtrics to Make?
- 01
Generate your API token in Qualtrics
In Qualtrics, click the user settings icon at the top right, pick Account Settings, then Qualtrics IDs. In the API section, click Generate Token and copy it. If the page looks different, Switch to older version shows the IDs.
- 02
Add a Qualtrics module and open the connection
In your Make scenario, add any Qualtrics module and click Create a connection. A connection is your Qualtrics account linked once to Make, then reused by every Qualtrics module. The Connection name field is optional.
- 03
Paste the credentials and save
Enter the credentials you copied from Qualtrics, or follow the instructions Make shows on screen, then save. From now on, each Qualtrics module offers this connection in its dropdown, so you only do this once per account.
Build your first scenario with Qualtrics
GoalWhen a respondent submits a survey in Qualtrics, Make fetches the full answer and updates that person in your directory.
- 01
Create the scenario
On the Scenarios page, create a new scenario and click the big +. Type Qualtrics in the search and pick Watch New Survey Response as the first module.
- 02
Set up the webhook and the survey
Click Create a webhook, then Create a connection with your API token. Once connected, Make lists the surveys it can read: choose the one whose answers you want to act on.
- 03
Fetch the complete response
Click the + on the right of the trigger and add Get a Survey Response. Map the survey and the response from the trigger, so each new submission is read in full.
- 04
Update the directory contact
Add Update a Directory Contact after it. Map the respondent from the previous modules rather than picking one contact by hand, then map the answers to keep on their record. Each item passed between modules is a bundle: here, one response.
- 05
Test with Run once
Click Run once, then submit a test answer to your survey. Make runs the scenario one time and shows the bundle each module received, which is the fastest way to spot a wrong mapping.
- 06
Switch the scenario on
Turn the scenario on. Because the trigger is instant, Qualtrics calls Make through the webhook with each new response, instead of Make checking on the default 15 minute schedule.
What starts a Qualtrics scenario
1 module starts a scenario when something happens in Qualtrics. A scheduled trigger is checked by Make on the scenario's schedule; an instant one is called by Qualtrics as soon as it happens.
Watch New Survey Response
Instant triggerIn Make“Triggers when a new response is created for the selected survey.”
Every time someone submits the survey you picked, this trigger hands the response to your scenario, so the follow-up starts while the answer is still fresh. It is the only trigger in the Qualtrics app, which makes it the natural entry point for anything response driven.
What the Qualtrics modules do
Qualtrics gives you 9 modules. For each one: what it does for you, when to reach for it, and what to watch out for.
Modules index
Create a Directory Contact
ActionIn Make“Creates a single contact in a specified directory.”
Adds one person to the Qualtrics directory you choose, so they can receive your surveys without a manual import.
Create a New Survey Distribution via SMS
ActionIn Make“Creates a new survey distribution via SMS.”
Sends a survey by text message, which reaches people who rarely open email, such as field staff or delivery customers.
Delete a Directory Contact
ActionIn Make“Deletes an existing directory contact.”
Removes an existing contact from a Qualtrics directory, so people who left your customer base stop receiving surveys.
Distribute a Survey via Email
ActionIn Make“Distributes a survey via email.”
Emails a Qualtrics survey on your behalf, triggered by an event in another tool rather than by someone scheduling a send in Qualtrics.
Get a Directory Contact
ActionIn Make“Returns information about the selected directory contact.”
Reads one contact you already know, so the following modules can use what Qualtrics holds about that person.
Get a Survey Response
ActionIn Make“Retrieves a survey response.”
Retrieves one survey response in full, which gives the rest of the scenario the actual answers to work with.
Make an API Call
ActionIn Make“Performs an arbitrary authorized API call.”
Lets you call any endpoint of the Qualtrics API with the connection you already set up, for the jobs the other nine modules do not cover.
Update a Directory Contact
ActionIn Make“Updates an existing directory contact.”
Changes an existing contact in a Qualtrics directory, so your survey audience stays in step with the data in your other tools.
List Directory Contacts
SearchIn Make“Lists all directory contacts.”
Returns the contacts of a directory, one bundle per person, so later modules can act on each of them.
Need help automating Qualtrics with Make?
A person reads every message.