Create Company (HubSpot)
HubSpot → Create Company (HubSpot)
/v1/hubspot-create-company{ "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." }
{ "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 } }
Creates a new company record in HubSpot with firmographic properties and optional associations.
Install
Add create 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.
{ "mcpServers": { "texau": { "command": "npx", "args": ["-y", "@texau/mcp-server"], "env": { "TEXAU_API_KEY": "..." } } } }
Tool name: texau__hubspot-create-company
When to use this.
The "Create Company (HubSpot)" action enables users to establish new company records within HubSpot's CRM, capturing essential firmographic details and optional associations. Key input parameters include the mandatory company name and optional fields such as domain, industry, city, and annual revenue, allowing for tailored company profiles. The action outputs critical data such as the Company ID, creation and update timestamps, and various firmographic attributes like industry, employee count, and contact information. This functionality is particularly useful for businesses looking to enhance their CRM data, streamline lead management, and improve targeted marketing efforts. Ideal for sales and marketing teams, this action falls under the CRM category, facilitating efficient company data management and integration within HubSpot.
Try it
Run a sample request.
The response is a deterministic, cached example. No live call, no credits used.
Create Company (HubSpot)
Response
Output schema.
Every field returned in `data`. Click rows to expand nested objects.
idIdtextcreated_atCreated Atnullabletextupdated_atUpdated AtnullabletextarchivedArchivednullablebooleandomainDomaintextnameNametexthubspot_owner_idHubspot Owner IdnullabletextindustryIndustrytexttypeTypenullabletextcityCitytextstateStatenullabletextzipZipnullabletextnumber_of_employeeNumber Of Employeetextannual_revenueAnnual RevenuenullabletexttimezoneTimezonenullabletextdescriptionDescriptionnullabletextlinkedin_company_pageLinkedin Company Pagenullabletextabout_usAbout Usnullabletextclose_dateClose DatenullabletextcountryCountrytextemployee_rangeEmployee Rangenullabletextindustry_groupIndustry Groupnullabletextlife_cycle_stageLife Cycle Stagenullabletextlinkedin_handleLinkedin Handlenullabletextanalytics_sourceAnalytics Sourcenullabletextmobile_numberMobile Numbertextquick_contextQuick Contextnullabletextrevenue_rangeRevenue Rangenullabletextstate_codeState CodenullabletextaddressAddressnullabletextaddress_2Address 2nullabletextwebsiteWebsitetextfounded_yearFounded Yearnullabletextlead_statusLead Statusnullabletextfacebook_company_pageFacebook Company Pagenullabletextfacebook_fanFacebook Fannullabletextgoogleplus_pageGoogleplus Pagenullabletextlinkedin_bioLinkedin Bionullabletexttwitter_bioTwitter Bionullabletexttwitter_followerTwitter Followernullabletextsearchable_calculated_mobile_numberSearchable Calculated Mobile NumbernullabletextpipelinePipelinenullabletexttwitter_handleTwitter Handlenullabletexttarget_accountTarget Accountnullabletext
Integrate
Copy-pasteable snippets.
Real endpoint: https://v3-api.texau.com/api/v1/hubspot-create-company. Auth: x-api-key.
/v1/hubspot-create-companycurl -X POST 'https://v3-api.texau.com/api/v1/hubspot-create-company' \ -H 'x-api-key: $TEXAU_API_KEY' \ -H 'content-type: application/json' \ -d '{"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."}'
{ "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 } }
Compose
How this fits a workflow.
The next 2 actions most operators chain after this one.
crm
List Contacts (HubSpot)
Retrieves all HubSpot contacts with email, name, phone, company, and custom properties.
crm
Get Contact (HubSpot)
Retrieves a specific HubSpot contact by ID with all standard, demographic, and custom properties.
crm
Search Contacts (HubSpot)
Search for HubSpot CRM contacts by email address or other filters and retrieve their properties.
Output
Results land in a TexAu table.
Sample rows below.
Real result preview coming soon.
| Input | Status | Score |
|---|---|---|
| [email protected] | valid | 96 |
| [email protected] | risky | 54 |
| [email protected] | invalid | 12 |
Workflow
A real example.
Trigger → create company (hubspot) → enrich → push to your CRM. ~80 ms operator effort, the rest runs in the background.
Built for
Who runs this.
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.
| Code | Cause | Fix |
|---|---|---|
| 200 OK | Action ran. Data in `data`. | Read response. |
| 400 Bad Request | Missing or malformed input. | Validate against the input schema. |
| 401 Unauthorized | Missing or invalid `x-api-key`. | Re-issue from /api-platform. |
| 403 Forbidden | Workspace lacks plan tier. | Upgrade or contact sales. |
| 404 Not Found | Action key not recognized. | Verify the slug. |
| 429 Rate Limited | Per-minute or per-day cap hit. | Backoff; reduce concurrency. |
| 500 Server Error | Unexpected TexAu issue. | Retry with backoff. |
| 502 Bad Gateway | Upstream provider 5xx. | Retry; we surface root cause. |
| 504 Timeout | Upstream slower than maxLatency. | Switch to `isAsync` polling. |
Related
More HubSpot actions.
crm
List Contacts (HubSpot)
Retrieves all HubSpot contacts with email, name, phone, company, and custom properties.
crm
Get Contact (HubSpot)
Retrieves a specific HubSpot contact by ID with all standard, demographic, and custom properties.
crm
Search Contacts (HubSpot)
Search for HubSpot CRM contacts by email address or other filters and retrieve their properties.
crm
List Users (HubSpot)
Retrieve a paginated list of HubSpot users, including email, role, team assignments, and super admin status.
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 Create Company (HubSpot) in 60 seconds.
Pull your API key, paste the cURL, ship to your CRM.