Skip to main content
POST
Install HubSpot Agent Tools

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Path Parameters

id
string<uuid>
required

Workflow id.

Body

application/json
tools
enum<string>[]
required
Minimum array length: 1
Available options:
create_contact,
create_deal,
assign_owner,
sync_lead_stage,
create_communication,
sync_deal_stage,
update_deal
pipeline
string | null
Pattern: ^[A-Za-z0-9_-]{1,100}$
stage
string | null
Pattern: ^[A-Za-z0-9_-]{1,100}$
lead_pipeline
string | null
Pattern: ^[A-Za-z0-9_-]{1,100}$
owner
string | null
Pattern: ^[A-Za-z0-9_-]{1,100}$
status_map
object[] | null
Minimum array length: 1
summary_instructions
string | null

Response

Successful response.

success
any
required

Observed top-level response field.

workflow_id
any
required

Observed top-level response field.

installed
any
required

Observed top-level response field.

tools
any
required

Observed top-level response field.

Last modified on September 8, 2026