Hubspot logo

Update Company (HubSpot)

HubSpotUpdate Company (HubSpot)

POST/v1/hubspot-update-company
texau__hubspot-update-companycrm
cURL · api.texau.app
84ms
POST/v1/hubspot-update-company
{
  "company_id": "Acme, Inc.",
  "domain": "https://acme.com",
  "unique_name": "Jane Doe",
  "industry": "sample-value",
  "type": "sample-value",
  "city": "sample-value",
  "state": "sample-value",
  "zip": "sample-value",
  "number_of_employee": 1,
  "annual_revenue": 1,
  "timezone": "sample-value",
  "description": "sample-value",
  "linkedin_company_page": "https://acme.com",
  "about_us": "sample-value",
  "close_date": "sample-value",
  "country": "sample-value",
  "employee_range": "sample-value",
  "industry_group": "sample-value",
  "life_cycle_stage": "sample-value",
  "linkedin_handle": "https://www.linkedin.com/in/jane-doe",
  "analytics_source": "sample-value",
  "mobile_number": "sample-value",
  "quick_context": "sample-value",
  "revenue_range": "sample-value",
  "state_code": "sample-value",
  "address": "sample-value",
  "address_2": "sample-value",
  "website": "https://acme.com",
  "founded_year": "sample-value",
  "lead_status": "sample-value",
  "facebook_company_page": "https://acme.com",
  "facebook_fan": 1,
  "googleplus_page": "https://acme.com",
  "linkedin_bio": "https://www.linkedin.com/in/jane-doe",
  "twitter_bio": "sample-value",
  "twitter_follower": 1,
  "twitter_handle": "sample-value",
  "target_account": "Acme, Inc."
}
200 Accepted
{
  "ok": true,
  "data": {
    "id": "rec_4f3a91",
    "created_at": "sample",
    "updated_at": "sample",
    "archived": true,
    "domain": "https://acme.com",
    "name": "sample",
    "hubspot_owner_id": "rec_4f3a91",
    "industry": "sample",
    "type": "sample",
    "city": "sample",
    "state": "sample",
    "zip": "sample",
    "number_of_employee": "sample",
    "annual_revenue": "sample",
    "timezone": "sample",
    "description": "sample",
    "linkedin_company_page": "sample",
    "about_us": "sample",
    "close_date": "sample",
    "country": 1,
    "employee_range": "sample",
    "industry_group": "sample",
    "life_cycle_stage": "sample",
    "linkedin_handle": "sample",
    "analytics_source": "sample",
    "mobile_number": "sample",
    "quick_context": "sample",
    "revenue_range": "sample",
    "state_code": "sample",
    "address": "sample",
    "address_2": "sample",
    "website": "https://acme.com",
    "founded_year": "sample",
    "lead_status": "valid",
    "facebook_company_page": "sample",
    "facebook_fan": "sample",
    "googleplus_page": "sample",
    "linkedin_bio": "sample",
    "twitter_bio": "sample",
    "twitter_follower": "sample",
    "searchable_calculated_mobile_number": "sample",
    "pipeline": "sample",
    "twitter_handle": "sample",
    "target_account": 1
  }
}

Updates an existing company record in HubSpot by its ID (companyId) or a unique property value (idProperty)

Install

Add update company (hubspot) to your MCP client.

Drop this into claude_desktop_config.json (or your client's equivalent) and the tool shows up in any chat.

claude_desktop_config.json
{
  "mcpServers": {
    "texau": {
      "command": "npx",
      "args": ["-y", "@texau/mcp-server"],
      "env": { "TEXAU_API_KEY": "..." }
    }
  }
}

Tool name: texau__hubspot-update-company

When to use this.

The "Update Company (HubSpot)" action allows users to modify existing company records within HubSpot by utilizing either a unique company ID (companyId) or a specified property value (idProperty). This action supports a wide range of optional input parameters, including company name, domain, industry, location details, and various social media links, enabling precise updates to specific attributes without altering the entire record. Upon execution, the action returns essential output fields such as the updated company ID, creation and update timestamps, and various company details like name, industry, and contact information. This functionality is particularly useful for CRM applications, allowing businesses to maintain accurate and up-to-date company profiles, enhance customer relationship management, and streamline data synchronization across platforms.

Try it

Run a sample request.

The response is a deterministic, cached example. No live call, no credits used.

Update Company (HubSpot)

Try it

The unique ID of the HubSpot company to update (or the value of the idProperty if specified).

Response is cached — no live API call.

Response

Output schema.

Every field returned in `data`. Click rows to expand nested objects.

FieldType
  • id
    Id
    text
  • created_at
    Created At
    nullabletext
  • updated_at
    Updated At
    nullabletext
  • archived
    Archived
    nullableboolean
  • domain
    Domain
    text
  • name
    Name
    text
  • hubspot_owner_id
    Hubspot Owner Id
    nullabletext
  • industry
    Industry
    text
  • type
    Type
    nullabletext
  • city
    City
    text
  • state
    State
    nullabletext
  • zip
    Zip
    nullabletext
  • number_of_employee
    Number Of Employee
    nullabletext
  • annual_revenue
    Annual Revenue
    nullabletext
  • timezone
    Timezone
    nullabletext
  • description
    Description
    nullabletext
  • linkedin_company_page
    Linkedin Company Page
    nullabletext
  • about_us
    About Us
    nullabletext
  • close_date
    Close Date
    nullabletext
  • country
    Country
    text
  • employee_range
    Employee Range
    nullabletext
  • industry_group
    Industry Group
    nullabletext
  • life_cycle_stage
    Life Cycle Stage
    nullabletext
  • linkedin_handle
    Linkedin Handle
    nullabletext
  • analytics_source
    Analytics Source
    nullabletext
  • mobile_number
    Mobile Number
    text
  • quick_context
    Quick Context
    nullabletext
  • revenue_range
    Revenue Range
    nullabletext
  • state_code
    State Code
    nullabletext
  • address
    Address
    nullabletext
  • address_2
    Address 2
    nullabletext
  • website
    Website
    text
  • founded_year
    Founded Year
    nullabletext
  • lead_status
    Lead Status
    nullabletext
  • facebook_company_page
    Facebook Company Page
    nullabletext
  • facebook_fan
    Facebook Fan
    nullabletext
  • googleplus_page
    Googleplus Page
    nullabletext
  • linkedin_bio
    Linkedin Bio
    nullabletext
  • twitter_bio
    Twitter Bio
    nullabletext
  • twitter_follower
    Twitter Follower
    nullabletext
  • searchable_calculated_mobile_number
    Searchable Calculated Mobile Number
    nullabletext
  • pipeline
    Pipeline
    nullabletext
  • twitter_handle
    Twitter Handle
    nullabletext
  • target_account
    Target Account
    nullabletext

Integrate

Copy-pasteable snippets.

Real endpoint: https://v3-api.texau.com/api/v1/hubspot-update-company. Auth: x-api-key.

cURL · api.texau.app
84ms
POST/v1/hubspot-update-company
curl -X POST 'https://v3-api.texau.com/api/v1/hubspot-update-company' \
  -H 'x-api-key: $TEXAU_API_KEY' \
  -H 'content-type: application/json' \
  -d '{"company_id":"Acme, Inc.","domain":"https://acme.com","unique_name":"Jane Doe","industry":"sample-value","type":"sample-value","city":"sample-value","state":"sample-value","zip":"sample-value","number_of_employee":1,"annual_revenue":1,"timezone":"sample-value","description":"sample-value","linkedin_company_page":"https://acme.com","about_us":"sample-value","close_date":"sample-value","country":"sample-value","employee_range":"sample-value","industry_group":"sample-value","life_cycle_stage":"sample-value","linkedin_handle":"https://www.linkedin.com/in/jane-doe","analytics_source":"sample-value","mobile_number":"sample-value","quick_context":"sample-value","revenue_range":"sample-value","state_code":"sample-value","address":"sample-value","address_2":"sample-value","website":"https://acme.com","founded_year":"sample-value","lead_status":"sample-value","facebook_company_page":"https://acme.com","facebook_fan":1,"googleplus_page":"https://acme.com","linkedin_bio":"https://www.linkedin.com/in/jane-doe","twitter_bio":"sample-value","twitter_follower":1,"twitter_handle":"sample-value","target_account":"Acme, Inc."}'
200 Accepted
{
  "ok": true,
  "data": {
    "id": "rec_4f3a91",
    "created_at": "sample",
    "updated_at": "sample",
    "archived": true,
    "domain": "https://acme.com",
    "name": "sample",
    "hubspot_owner_id": "rec_4f3a91",
    "industry": "sample",
    "type": "sample",
    "city": "sample",
    "state": "sample",
    "zip": "sample",
    "number_of_employee": "sample",
    "annual_revenue": "sample",
    "timezone": "sample",
    "description": "sample",
    "linkedin_company_page": "sample",
    "about_us": "sample",
    "close_date": "sample",
    "country": 1,
    "employee_range": "sample",
    "industry_group": "sample",
    "life_cycle_stage": "sample",
    "linkedin_handle": "sample",
    "analytics_source": "sample",
    "mobile_number": "sample",
    "quick_context": "sample",
    "revenue_range": "sample",
    "state_code": "sample",
    "address": "sample",
    "address_2": "sample",
    "website": "https://acme.com",
    "founded_year": "sample",
    "lead_status": "valid",
    "facebook_company_page": "sample",
    "facebook_fan": "sample",
    "googleplus_page": "sample",
    "linkedin_bio": "sample",
    "twitter_bio": "sample",
    "twitter_follower": "sample",
    "searchable_calculated_mobile_number": "sample",
    "pipeline": "sample",
    "twitter_handle": "sample",
    "target_account": 1
  }
}

Output

Results land in a TexAu table.

Sample rows below.

Real result preview coming soon.

InputStatusScore
[email protected]valid96
[email protected]risky54
[email protected]invalid12

Workflow

A real example.

Trigger → update company (hubspot) → enrich → push to your CRM. ~80 ms operator effort, the rest runs in the background.

Step 1TriggerNew row, webhook, or schedule.
Step 2Update Company (HubSpot)HubSpot action runs.
Step 3EnrichWaterfall fills missing fields.
Step 4Push to CRMHubSpot / Salesforce / Pipedrive.

Built for

Who runs this.

GTM EngineerRevOpsAgency

Reliability

Rate limits & reliability.

  • Per-minute limitNo public cap
  • Per-day limitPlan-defined
  • RetriesAutomatic w/ backoff
  • ModeSync

Errors

HTTP status codes.

What each response means and what to do about it.

CodeCauseFix
200 OKAction ran. Data in `data`.Read response.
400 Bad RequestMissing or malformed input.Validate against the input schema.
401 UnauthorizedMissing or invalid `x-api-key`.Re-issue from /api-platform.
403 ForbiddenWorkspace lacks plan tier.Upgrade or contact sales.
404 Not FoundAction key not recognized.Verify the slug.
429 Rate LimitedPer-minute or per-day cap hit.Backoff; reduce concurrency.
500 Server ErrorUnexpected TexAu issue.Retry with backoff.
502 Bad GatewayUpstream provider 5xx.Retry; we surface root cause.
504 TimeoutUpstream slower than maxLatency.Switch to `isAsync` polling.

Pricing

What it costs to run.

Light tier

Pricing tier on /pricing. Per-action credit cost is private.

FAQ.

  • Is this real-time?

    Yes. Synchronous actions return in ~1–4 s. Long-running work uses async polling (see status 504 → switch to async).

  • Do I get charged on failure?

    No. Verified failures cost zero credits. Provider miss / 5xx / timeout cascade to the next provider in the waterfall when applicable.

  • Does it work with Claude / Cursor via MCP?

    Yes. Add the texau MCP server to your client config, then call `texau__hubspot-...` directly.

  • What CRMs can I push results to?

    HubSpot, Salesforce, Pipedrive, Zoho, and GoHighLevel are bidirectional. Smartlead, Instantly, Lemlist, HeyReach, Apollo Sequences, and Reply.io for outbound.

Run Update Company (HubSpot) in 60 seconds.

Pull your API key, paste the cURL, ship to your CRM.