# HubSpot actions

{% hint style="info" %}
Take a look at the [HubSpot connector](/applications/integrations/integrations/supported-integrations/hubspot.md) for more information and installation instructions.
{% endhint %}

<figure><img src="/files/iVWicgyabimjgLc6Dpi6" alt=""><figcaption><p>HubSpot Actions available within Flows</p></figcaption></figure>

### Archive Contact

This action archives an existing contact in HubSpot.&#x20;

Use this action to remove a contact from active use without permanently deleting them.

### Create Company

This action creates a new company record in HubSpot.&#x20;

Use this action to add a new company to your database of records.

### Create Contact

This action creates a new contact record in HubSpot.&#x20;

Use this action to add a new contact to your database of records.

### Create Deal

This action creates a new deal record in HubSpot.&#x20;

Use this action to track a potential sale or business deal with a customer or client.

### Delete Company

This action deletes an existing company record in HubSpot.&#x20;

Use this action to remove a company from your database of records.

### Delete Deal

This action deletes an existing deal record in HubSpot.&#x20;

Use this action to remove a deal from your database of records.

### GDPR Delete Contact

This action permanently deletes a contact record in HubSpot in compliance with GDPR regulations.&#x20;

Use this action to permanently delete a contact from your database of records.

### Get Company

This action retrieves an existing company record in HubSpot.&#x20;

Use this action to retrieve information about a specific company.

### Get Contact

This action retrieves an existing contact record in HubSpot.&#x20;

Use this action to retrieve information about a specific contact.

### Get Deal

This action retrieves an existing deal record in HubSpot.&#x20;

Use this action to retrieve information about a specific deal.

### Update Company

This action updates an existing company record in HubSpot.&#x20;

Use this action to modify information about a company, such as its name, industry, or location.

### Update Contact

This action updates an existing contact record in HubSpot.&#x20;

Use this action to modify information about a contact, such as their email address, phone number, or job title.

### Update Deal

This action updates an existing deal record in HubSpot.&#x20;

Use this action to modify information about a deal, such as the deal amount or the deal stage.


---

# 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.bird.com/applications/automation/flows/concepts/actions/connector-actions/hubspot-actions.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.
