Skip to main content

Create Company

AutomatR.HubSpot.Activities.CreateCompany

The "Create Company" activity in AutomatR for HubSpot enables the creation of a new company with various properties in a HubSpot user's account. This activity is part of the HubSpot activities package and simplifies the process of adding companies to HubSpot.

Properties

NameDescription
Input
Company NameEnter the name of the company to be created. String variables containing the company name.
DomainEnter the domain of the company, ensuring it is a valid domain. String variables containing the company domain.
IndustrySelect the industry from the available options.
Custom IndustryEnter a custom value for the industry if not found in the predefined options. String variables containing the custom industry value.
PhoneEnter the phone number of the company. String variables containing the company phone number.
CityEnter the city where the company is located. String variables containing the company city.
StateEnter the state as per the company's address details. String variables containing the company state.
ZipEnter the zip code as per the company's address details. String variables containing the company zip code.
CountryEnter the country name of the company. String variables containing the company country.
Misc
Display NameProvides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name.
Optional
DelayEnter the wait time in seconds (e.g., 5 seconds) to start the activity. Integer variables containing the delay duration.
Output
ResultReturns the response as a HubSpotCompanyCreateResult object. Variables of type HubSpotCompanyCreateResult to store the operation result.

How to Use

  1. Drag and drop the "Create Company" activity onto the workflow.
  2. Configure the properties by specifying the company name, domain, industry, phone number, city, state, zip code, and country.
  3. Optionally, configure the delay and customize the display name.
  4. Execute the workflow to create the company in HubSpot.

Example:

Consider an example where the "Create Company" activity is used to add a new company to HubSpot:

Create Company:
Display Name: "Add New Company"
Company Name: "ABC Corp"
Domain: "abccorp.com"
Industry: Technology
Phone: "+1234567890"
City: "New York"
State: "NY"
Zip: "10001"
Country: "United States"
Result: hubSpotCompanyResult

In this example, the activity creates a new company named "ABC Corp" with the domain "abccorp.com" in the Technology industry, located in New York, NY, with zip code "10001" and country "United States." The result of the operation is stored in the variable hubSpotCompanyResult for further handling in the workflow.