Skip to main content

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

NameDescription
Input
Product IDEnter the product ID to fetch product details. String variables containing the product ID.
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 (Example: 5 seconds) to start the activity.
Output
ResultReturns the response as a HubSpotProductResult. Variables of type HubSpotProductResult to store product details.

How to use:

  1. Drag and drop the "Get Product" activity onto the workflow.
  2. Configure the properties by specifying the product ID for which details need to be retrieved.
  3. Optionally, configure the delay.
  4. 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.