> For the complete documentation index, see [llms.txt](https://docs.samita.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.samita.io/sa-request-a-quote/integration/connect-rfq-form-data-to-hubspot.md).

# Connect RFQ form data to Hubspot

**In HubSpot:**&#x20;

#### **Step 1: Get Hubspot Portal Id**

Please follow this [link](https://knowledge.hubspot.com/account/manage-multiple-hubspot-accounts?&_ga=2.213679508.1258595645.1656994320-1460215817.1656259344#check-your-current-account) to know more.

#### **Step 2: Find or Generate Your Access Token**

Please follow this [link](https://developers.hubspot.com/docs/api/private-apps#create-a-private-app) to know more

**Note*****:***&#x20;

Make sure at least the scopes below is enabled in Hubspot: **forms, crm.objects.contacts.write, crm.schemas.contacts.write**

**In SA Request a Quote,Hide Price app:**&#x20;

#### **Step 3: Add the Hubspot Portal Id and Private App Access Token to the app**&#x20;

Please make sure the list is created in Hubspot first. [Learn more](https://knowledge.hubspot.com/lists/how-can-i-create-a-list-of-all-my-hubspot-contacts)

&#x20;1\. Open the app > **Quote settings** > **Integrations** > **Hubspot**

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

&#x20;2\. Click Edit setting > Turn on the toggle **Enable**

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

&#x20;3\. **Enter Hubspot Portal Id** and**Hubspot Private App Access Token >** paste the ID you find in step 1 and step 2

&#x20;4\. Select a list from **Hubspot** to connect

&#x20;5\. Select the value of the Globo form (on the right) to connect it to the fields in **Hubspot** (on the left)

&#x20;6\. Click **Save** to update the changes


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.samita.io/sa-request-a-quote/integration/connect-rfq-form-data-to-hubspot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
