MeetingPropertiesFile
Specifies a comma-separated list or file path containing the names of fields to retrieve for the Meetings table.
Data Type
string
Default Value
""
Remarks
Use this property to limit the fields selected from the Meetings table, particularly when the number of custom properties may exceed HubSpot's API limits. Attempting to select all fields at once may result in an error.
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 the same list (for example: C:\Users\Public\Documents\customfields.txt).
The field names must match the internal (API) names used by HubSpot. You can retrieve these names from the Name column of the MeetingProperties table.
This property is useful in cases where you cannot directly modify the SQL query, such as in middleware, data visualization tools, or automated workflows.
Performance Considerations
Reducing the number of fields selected improves performance, minimizes payload size, and helps avoid API errors due to excessive field counts or large responses.