Get Product
AutomatR.HubSpot.Activities.GetProduct
The "Get Product" activity in AutomatR is part of the HubSpot activities package, designed to retrieve details for a product from your HubSpot user's account. This activity streamlines the process of obtaining information about specific products, enhancing the efficiency of automation workflows.
Properties
Name | Description |
---|---|
Input | |
Product ID | Enter the product ID to fetch product details. String variables containing the product ID. |
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 (Example: 5 seconds) to start the activity. |
Output | |
Result | Returns the response as a HubSpotProductResult. Variables of type HubSpotProductResult to store product details. |
How to use:
- Drag and drop the "Get Product" activity onto the workflow.
- Configure the properties by specifying the product ID for which details need to be retrieved.
- Optionally, configure the delay.
- Execute the workflow to retrieve detailed information about the specified product.
Example: Consider an example where the "Get Product" activity is used to retrieve information about a product with the ID "12345":
Get Product:
Product ID: "12345"
Result: productDetails
In this example, the activity fetches detailed information about the product with the ID "12345" from the HubSpot user account. The result is stored in the variable "productDetails" for further handling in the workflow.