# HubSpot Plugin

{% hint style="info" %}
[Bubble plugin page](https://bubble.io/plugin/hubspot-1570928942102x865265385814622200)

[Plugin demo page](https://i2b.co/bubble-hubspot-plugin)
{% endhint %}

## Get started

1. Go to your HubSpot Account > Settings > Integrations > Private Apps > Create private app&#x20;
2. Enter your Basic Info > Scopes select contacts, deals & quotes (read and write)
3. Copy the Private App Access Token to the plugin as Bearer ACCESS\_TOKEN

```
Bearer blwkqehqwhlkjwhflkjwhfkljwlhefhlkjafh
```

<figure><img src="/files/vTGhGSfkFGYGrbXcr6mO" alt=""><figcaption></figcaption></figure>

#### Where to find the User ID

1. Log in to the HubSpot account, then&#x20;
2. At the top right corner click the account name,&#x20;
3. In the dropdown menu you will see a 7 digits number under the account name. This is your HS user ID
4. Copy this number and add it to the plugin User ID field<br>

## Plugin implementation

1. Create a repeating group with content type HubSpot contact
2. Add text element to the repeating group
3. Insert dynamic data
4. Select the HubSpot contact field (ex. first name)


---

# 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.inova.us/v1/hubspot-plugin.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.
