> For the complete documentation index, see [llms.txt](https://docs.bird.com/applications/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.bird.com/applications/automation/flows/concepts/triggers/connector-triggers/hubspot-triggers.md).

# HubSpot triggers

<figure><img src="/files/Zqksjh1SpnIVpRCpxHs8" alt=""><figcaption><p>Available HubSpot triggers within Flows</p></figcaption></figure>

### Contact Updated

Run a flow when when a contact's details are updated, such as their email address, phone number, or job title.

### Contact Created Contact

Run a flow when a new contact is added to the HubSpot database, either by manual entry or through a form submission.

### Archived Contact

Run a flow when a contact is moved to the HubSpot archive. This usually happens when a contact becomes inactive or is no longer relevant.

### GDPR Deleted

Run a flow when a contact's data is deleted due to a GDPR request.

### Deal Updated

Run a flow when a deal's details are updated, such as its amount, stage, or expected close date.

### Deal Created

Run a flow when a new deal is created in HubSpot.

### Deal Deleted

Run a flow when a deal is deleted from HubSpot.

### Company Updated

Run a flow when a company's details are updated, such as its industry, size, or location.

### Company Created

Run a flow when a new company is added to the HubSpot database, either by manual entry or through a form submission.

### Company Deleted

Run a flow when a company is deleted from HubSpot.


---

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