communications_get_preferences
Retrieve communication preferences for HubSpot contacts to understand their subscription status and marketing consent settings.
Instructions
Get communication preferences for a contact
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contactId | Yes | ||
| subscriptionId | No |
Input Schema (JSON Schema)
{
"properties": {
"contactId": {
"type": "string"
},
"subscriptionId": {
"type": "string"
}
},
"required": [
"contactId"
],
"type": "object"
}