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
Name | Description |
---|---|
Input | |
Company Name | Enter the name of the company to be created. String variables containing the company name. |
Domain | Enter the domain of the company, ensuring it is a valid domain. String variables containing the company domain. |
Industry | Select the industry from the available options. |
Custom Industry | Enter a custom value for the industry if not found in the predefined options. String variables containing the custom industry value. |
Phone | Enter the phone number of the company. String variables containing the company phone number. |
City | Enter the city where the company is located. String variables containing the company city. |
State | Enter the state as per the company's address details. String variables containing the company state. |
Zip | Enter the zip code as per the company's address details. String variables containing the company zip code. |
Country | Enter the country name of the company. String variables containing the company country. |
Misc | |
Display Name | Provides 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 | |
Delay | Enter the wait time in seconds (e.g., 5 seconds) to start the activity. Integer variables containing the delay duration. |
Output | |
Result | Returns the response as a HubSpotCompanyCreateResult object. Variables of type HubSpotCompanyCreateResult to store the operation result. |
How to Use
- Drag and drop the "Create Company" activity onto the workflow.
- Configure the properties by specifying the company name, domain, industry, phone number, city, state, zip code, and country.
- Optionally, configure the delay and customize the display name.
- 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.