communications_get_subscription_definitions
Retrieve all subscription definitions for your HubSpot portal to manage communication preferences and marketing consent settings.
Instructions
Get all subscription definitions for the portal
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| archived | No |
Input Schema (JSON Schema)
{
"properties": {
"archived": {
"type": "boolean"
}
},
"type": "object"
}