# Typeform

## Requirements

<table><thead><tr><th width="191.33984375">Parameter</th><th>Description</th></tr></thead><tbody><tr><td><strong>API Key</strong></td><td>Typeform Personal Access Token. Used in Bearer Authorization header.</td></tr><tr><td><strong>Account ID</strong></td><td>Your Typeform account or workspace ID. Used in the RTBF endpoint URL.</td></tr></tbody></table>

### Integrating with Typeform

To enable the Typeform integration in Teleskope:

1. Navigate to **Integrations** in the Teleskope UI.
2. Select **Typeform** from the list of available third-party vendors.
3. Provide the required credentials:

* **API Key** (Bearer token from Typeform)
* **Account ID** (your Typeform workspace/account ID)

4. Click **Save** to activate the integration.

Once configured, Teleskope can automatically issue deletion requests to Typeform for qualified data subject rights requests.

### Parameter Defaults

Teleskope’s Typeform integration enforces the following default behavior:

<table><thead><tr><th width="183.6953125">Parameter Name</th><th>Default Value</th><th>Notes</th></tr></thead><tbody><tr><td><strong>identifier type</strong></td><td>Email</td><td>Required. Used to match user responses for deletion.</td></tr><tr><td><strong>deletion endpoint</strong></td><td>/rtbf/{accountID}/responses</td><td>Typeform’s RTBF API path.</td></tr></tbody></table>

Refer to Typeform's [DSR](https://developer.typeform.com/responses/rtbf/) documentation.


---

# 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/typeform.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.
