# Hubspot

## Register OAuth2 app

You need to create a developer account first (more about different Hubspot accounts can be found here<https://developers.hubspot.com/docs/api/account-types>)

Create a new application.

![](/files/QN1rkHb3WuFEalJClg4W)

In order to get rid of a warning that your users will see before installing Hubspot module, you have to verify your identity as an app provider.

![](/files/iGSbhO0RPsK3QVfD1A5T)

You can manage the *Contact & Support* settings.

![](/files/8BolXIpuu9myqIQEz4cn)

Or skip for now.

Set the application name, logo, and description.

![](/files/EGTA2a13uM0jCszbbvAK)

Go to the *Auth* tab and copy\&paste these values into the [Backoffice](/6.0/5.2/appmixer-backoffice/services.md).

![](/files/5McNGJniOImx6v3vFOUi)

Create *Hubspot* configuration in the [Backoffice](/6.0/5.2/appmixer-backoffice/services.md).

![](/files/kIj3L9mitYMXbNtThZXX)

![appmixer:hubspot](/files/powaZH8jKrG9ekriscva)

![](/files/JFRK0mgzgoexBSab8HdO)

Go back to Hubspot and set the redirect URL, replace *acme.com* with your domain and keep the suffix /auth/hubspot/callback

![](/files/GKM3SsWRPu4py38weOvT)

Adding scopes.

<figure><img src="/files/6bKsHGLRNOCyaotAT5qm" alt=""><figcaption></figcaption></figure>

Hit *Save*.

One more thing that you will need is the Hubspot, go back to the *Apps* page and hit the *Get HubSpot API key* button.

![](/files/T1VowW6kKNAZfaGxIw1u)

![](/files/1sugBRSiegSbu4FFicwD)

Then copy\&paste the generated key and put it into the [Backoffice](/6.0/5.2/appmixer-backoffice/services.md).

![](/files/zeMi6Idakzw3achHVQBG)

## Hubspot App verification

> Your domain is unverified Until your domain is set and verified, users will see a warning when installing your app.

Users will encounter this warning during the installation or management of the app. To eliminate this warning, the verification process must be completed. HubSpot mandates the configuration of a DNS TXT record as the sole method for verification.

To configure and verify a custom HubSpot app for a hosted instance of Appmixer, such as ACME.appmixer.cloud, you will need to establish a custom domain for the Appmixer instance (for example, ACME.com). Without this custom domain, domain verification will not be possible.


---

# 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.appmixer.com/6.0/5.2/app-registration/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.
