# HubSpot

## Requirements

<table><thead><tr><th width="183.58203125">Parameter</th><th>Description</th></tr></thead><tbody><tr><td>Access Token</td><td>HubSpot Private App token or OAuth access token. Used as a Bearer token in the Authorization header. Must have <strong>Users API</strong> scope.</td></tr></tbody></table>

### Integrating with HubSpot

To enable the HubSpot integration in Teleskope:

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

* **Access Token** (Private App token with permissions to manage users)

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

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

### Parameter Defaults

Teleskope’s HubSpot integration enforces the following default behavior:

| Parameter Name      | Default Value | Notes                                                           |
| ------------------- | ------------- | --------------------------------------------------------------- |
| **identifier type** | Email         | Always required. Used to match HubSpot users.                   |
| **idProperty**      | EMAIL         | Hard-coded in the API request. Ensures lookup by email address. |

The integration automatically uses `idProperty=EMAIL` in all deletion requests.
