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


---

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