Skip to main content
Glama

HubSpot MCP

communications_update_preferences

Update contact communication preferences in HubSpot MCP, including subscription status and legal basis, to ensure compliance and accurate engagement settings.

Instructions

Update communication preferences for a contact

Input Schema

NameRequiredDescriptionDefault
contactIdYes
preferencesYes
subscriptionIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contactId": { "type": "string" }, "preferences": { "additionalProperties": {}, "properties": { "legalBasis": { "enum": [ "LEGITIMATE_INTEREST_CLIENT", "LEGITIMATE_INTEREST_PUB", "PERFORMANCE_OF_CONTRACT", "CONSENT_WITH_NOTICE", "CONSENT_WITH_NOTICE_AND_OPT_OUT" ], "type": "string" }, "legalBasisExplanation": { "type": "string" }, "status": { "enum": [ "SUBSCRIBED", "UNSUBSCRIBED", "NOT_OPTED" ], "type": "string" }, "subscriptionId": { "type": "string" } }, "required": [ "subscriptionId", "status" ], "type": "object" }, "subscriptionId": { "type": "string" } }, "required": [ "contactId", "subscriptionId", "preferences" ], "type": "object" }

You must be authenticated.

Other Tools from HubSpot MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/shinzo-labs/hubspot-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server