Skip to main content

Get Contact

AutomatR.HubSpot.Activities.GetContact

The "Get Contact" activity in AutomatR is part of the HubSpot activities package, allowing users to retrieve detailed information about a contact based on its ID from their HubSpot user account. This activity streamlines the retrieval of contact data for use in automation workflows.

Properties

NameDescription
Input
Contact IDEnter the contact ID to fetch the contact details. String variables containing the contact 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 HubSpotContactResult. Variables of type HubSpotContactResult to store contact details.

How to use:

  1. Drag and drop the "Get Contact" activity onto the workflow.
  2. Configure the properties by specifying the contact ID for which details need to be retrieved.
  3. Optionally, configure the delay.
  4. Execute the workflow to retrieve detailed information about the specified contact.

Example: Consider an example where the "Get Contact" activity is used to retrieve information about a contact with the ID "12345":

Get Contact:
Contact ID: "12345"
Result: contactDetails

In this example, the activity fetches detailed information about the contact with the ID "12345" from the HubSpot user account. The result is stored in the variable "contactDetails" for further handling in the workflow.