Hubapi Communication Preferences
Connector for the hubapi-communication-preferences API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://api.hubapi.com - Auth:
query:hapikey(pass your key via theapiKeyinput)
Operations
get_communication_preferences_v3_definitions_get— GET /communication-preferences/v3/definitions — Get subscription definitionsget_communication_preferences_v3_status_email_em— GET /communication-preferences/v3/status/email/{emailAddress} — Get subscription statuses for a contactpost_communication_preferences_v3_subscribe_subs— POST /communication-preferences/v3/subscribe — Subscribe a contactpost_communication_preferences_v3_unsubscribe_un— POST /communication-preferences/v3/unsubscribe — Unsubscribe a contact
Inputs
apiKey— your hubapi-communication-preferences API keyoperation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: get_communication_preferences_v3_definitions_get
apiKey: <your key>