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