HubSpot MCP

by shinzo-labs
Verified

communications_unsubscribe_contact

Unsubscribe a contact from all email communications

Input Schema

NameRequiredDescriptionDefault
contactIdYes
portalSubscriptionLegalBasisNo
portalSubscriptionLegalBasisExplanationNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contactId": { "type": "string" }, "portalSubscriptionLegalBasis": { "enum": [ "LEGITIMATE_INTEREST_CLIENT", "LEGITIMATE_INTEREST_PUB", "PERFORMANCE_OF_CONTRACT", "CONSENT_WITH_NOTICE", "CONSENT_WITH_NOTICE_AND_OPT_OUT" ], "type": "string" }, "portalSubscriptionLegalBasisExplanation": { "type": "string" } }, "required": [ "contactId" ], "type": "object" }

You must be authenticated.

Other Tools