# Qualtrics

## Requirements

<table><thead><tr><th width="223.0625">Parameter</th><th>Description</th></tr></thead><tbody><tr><td><strong>API Key</strong></td><td>Qualtrics API Token (X-API-TOKEN). Used in request headers.</td></tr><tr><td><strong>Domain</strong></td><td>Your Qualtrics subdomain (e.g. <code>yourbrand.qualtrics.com</code>).</td></tr></tbody></table>

### Integrating with Qualtrics

To integrate Teleskope with Qualtrics

1. Navigate to **Data Subject Rights** → **Third Party Integrations** and pick Qualtrics
2. Enter the required fields for the integration and click **Save**.

### Parameter Defaults

Teleskope’s Qualtrics integration enforces the following default behavior:

<table><thead><tr><th>Parameter Name</th><th width="178.40625">Default Value</th><th>Notes</th></tr></thead><tbody><tr><td><strong>identifier type</strong></td><td>Email</td><td>Required. Always used to search for Qualtrics users.</td></tr><tr><td><strong>Deletion Target</strong></td><td>Qualtrics User ID</td><td>Resolved automatically by listing users and matching on email.</td></tr></tbody></table>

The integration always maps the provided email to the Qualtrics User ID before issuing deletion.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.teleskope.ai/the-platform/data-subject-rights/enroll-third-party-integrations/qualtrics.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
