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
Name | Description |
---|---|
Input | |
Contact ID | Enter the contact ID to fetch the contact details. String variables containing the contact 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 HubSpotContactResult. Variables of type HubSpotContactResult to store contact details. |
How to use:
- Drag and drop the "Get Contact" activity onto the workflow.
- Configure the properties by specifying the contact ID for which details need to be retrieved.
- Optionally, configure the delay.
- 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.