Skip to main content
Glama

HubSpot MCP Server

communications_update_subscription_status

Update email subscription status for multiple HubSpot contacts by changing their preferences to subscribed, unsubscribed, or not opted-in.

Instructions

Update subscription status for multiple contacts

Input Schema

NameRequiredDescriptionDefault
subscriptionIdYes
updatesYes

Input Schema (JSON Schema)

{ "properties": { "subscriptionId": { "type": "string" }, "updates": { "items": { "additionalProperties": false, "properties": { "contactId": { "type": "string" }, "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" } }, "required": [ "contactId", "status" ], "type": "object" }, "type": "array" } }, "required": [ "subscriptionId", "updates" ], "type": "object" }

Other Tools from HubSpot MCP Server

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/amanagarwal13/hubspot-mcp-shinzo'

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