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

As a data source

See HubSpot integration (Getting started). 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.