# GlueLetter

## Requirements

<table><thead><tr><th width="156.3515625">Parameter</th><th>Description</th></tr></thead><tbody><tr><td><strong>Client</strong> <strong>ID</strong></td><td>Required for API requests. Included as a query parameter.</td></tr><tr><td><strong>API Key</strong></td><td>Required for API authorization. Used as a Bearer token.</td></tr></tbody></table>

Teleskope includes these credentials in every deletion request to GlueLetter’s API.

### Integrating with GlueLetter

To enable the GlueLetter integration in Teleskope:

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

* **Client ID** (from your GlueLetter account)
* **API Key** (Bearer token with permissions to manage user data)

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

Once enabled, Teleskope can automatically issue deletion requests to GlueLetter for qualified data subject rights requests.

### Parameter Defaults

Teleskope’s GlueLetter integration enforces the following default behavior:

| Parameter Name           | Default Value         | Notes                                                       |
| ------------------------ | --------------------- | ----------------------------------------------------------- |
| **identifier type**      | Email                 | Always required. Email is used to match GlueLetter records. |
| **client\_id**           | *(Provided at setup)* | Included in every deletion request as a query parameter.    |
| **Authorization Header** | Bearer {API Key}      | Used for all API calls.                                     |

The integration automatically includes your configured credentials with every request.


---

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