> For the complete documentation index, see [llms.txt](https://help.wotnot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.wotnot.io/build/integrations/native/hubspot.md).

# HubSpot

{% hint style="info" %}
Available on the **STARTER** plan and above.
{% endhint %}

HubSpot is a popular CRM tool for managing leads and deals by businesses.

With this integration, you can **create a contact record on HubSpot** after the bot collects the contact information in the chat flow.&#x20;

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

## Step 1: Add and connect your HubSpot account

Add the HubSpot action block and connect your HubSpot account.

On doing this will open the HubSpot authentication modal, asking you to choose the HubSpot account which is to be connected.&#x20;

{% hint style="info" %}
Make sure that you have not blocked the pop-up window from opening.&#x20;
{% endhint %}

## **Step 2: Map the fields**

Now, you need to map the fields of HubSpot with the corresponding variables on WotNot which contain the value.

For example, if you have created WotNot variables for name, email and phone; you need to map it with the same corresponding HubSpot fields.

{% hint style="info" %}
The maximum number of fields you can map is capped at 50
{% endhint %}

## Next steps

For each HubSpot action block, you will notice two ports coming out:

**SUCCESS** — when the contact is successfully created on HubSpot, the chat flow will proceed here.

**FAILURE** — when the contact is not created due to some error, the chat flow will proceed here.

You can view the logs of each HubSpot execution from the App market > HubSpot > Logs


---

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

```
GET https://help.wotnot.io/build/integrations/native/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.
