CData Python Connector for HubSpot

Build 25.0.9454

EmailSubscriptionTypes

Returns all email subscription types configured in HubSpot, used for categorizing communication preferences.

Table Specific Information

Email subscription types in HubSpot represent different types of subscriptions a contact could be subscribed to.

SELECT

When selecting email subscriptions types, there are no filters that may be used. It is simply a list of all of the available subscription types. For example:

SELECT * FROM EmailSubscriptionTypes

Columns

Name Type References Description
Id [KEY] Long Unique identifier assigned to the email subscription type.
Name String Name of the email subscription type, used to categorize subscription preferences.
IsActive Boolean Boolean flag indicating whether the subscription type is currently active.
Description String Brief description of the purpose or content of the subscription type.
ExtraUrlParameters String Optional input-only property to specify additional query parameters when retrieving email subscription type data. Format: 'param1=value1, param2=value2, param3=value3'.

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