Cmdlets for HubSpot

Build 25.0.9434

CallPropertiesFile Parameter (Connect-HubSpot Cmdlet)

Specifies a comma-separated list or file path containing the names of fields to retrieve for the Calls table.

Syntax

Connect-HubSpot -CallPropertiesFile string

Data Type

cstr

Default Value

""

Remarks

In HubSpot, selecting all available fields for the Calls table may result in an error if the object contains too many custom fields. Use this property when you do not have direct control over the SQL query, but still need to limit the selected fields.

You can set this property to either:

  • A comma-separated list of field names (for example, "dealname,amount,description").
  • The full file path to a text file containing a comma-separated list of API field names (for example: C:\Users\Public\Documents\customfields.txt).

Field names must match the internal (API) names of the fields in HubSpot. You can retrieve these names from the Name column of the CallProperties table.

This property is useful for optimizing performance or working around API limits in read-only scenarios, such as with business intelligence tools or middleware where SQL customization is restricted.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 25.0.9434