Hubspot Contact Get Block

Retrieve contact information from HubSpot

The HubSpot Contact Get block enables users to retrieve detailed contact information from HubSpot. It can also include associated engagement activities, providing a comprehensive view of the contact’s interactions.

Configuration (Required)

HubSpot Access Token
stringRequired
Use Environment Variables to safely and securely access sensitive credentials in a Scout workflow.

The access token used to authenticate requests to the HubSpot API. Ensure the token is valid and has the necessary permissions to access contact data.

Contact ID
stringRequired

The unique identifier of the contact to retrieve from HubSpot. Verify the contact ID before making a request to avoid errors.

Include Activities
boolean

Indicates whether to include engagement activities associated with the contact. The default value is false. Use this option judiciously to manage the volume of data retrieved.

Outputs

The block outputs a dictionary containing the contact’s details and, if requested, engagement activities categorized into future and past activities.

Usage Context

Use this block to fetch contact details from HubSpot, optionally including engagement activities for a full interaction history.

Best Practices

  • Ensure the access token is valid and has the necessary permissions to access contact data.
  • Verify the contact ID before making a request to avoid errors.
  • Use the ‘include_activities’ option judiciously to manage the volume of data retrieved.