> ## Documentation Index
> Fetch the complete documentation index at: https://xura.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# HubSpot

> HubSpot as both a data source and an action target.

HubSpot is dual-role: a data source Xura queries, and a target for action nodes.

## As a data source

See [HubSpot integration (Getting started)](/getting-started/hubspot). Deals, contacts, companies, tickets — all queryable via `query_data`.

## As an action target

Once connected, action nodes can call:

* `hubspot_create_task` — create a Task on a deal / contact.
* `hubspot_add_note` — append a Note.
* `hubspot_update_deal_stage` — move a deal.

These are all side-effect actions → put them behind approval gates.

## Rate limits

HubSpot's API has per-account limits. Xura respects them and backs off on 429. Very high-volume Flows may see intermittent errors during peak traffic.
