EmailSubscriptions
The subscription types a given email is subscribed to. An email must be specified to return results. Subscriptions may be removed by deleting them.
Table Specific Information
Email subscriptions in HubSpot represent different types of subscriptions a given contact email may be subscribed to. When deleting an email subscription the contact will be opted out and will not receive emails from the specified subscription type(mailing group). EmailSubscriptions lists the subscriptions a given email address is subscribed to.
Select
When selecting email subscriptions, an email must be provided. For example:
SELECT * FROM EmailSubscriptions WHERE Email = 'user@email.com'
Columns
| Name | Type | ReadOnly | References | Description |
| Email [KEY] | String | True |
The email address which has been subscribed. |
|
| SubscriptionId [KEY] | Long | False |
The id of the subscription type. |
|
| IsSubscribed | Boolean | True |
Boolean indicating if the customer is subscribed. |
|
| ExtraUrlParameters | String | True |
An input only property for specifying additional parameters when selecting data from HubSpot. Specify the parameters as name=value pairs in a comma separated list. For instance, 'param1=value1,param2=value2,param3=value3'. |