Subscriptions Subscriptions allow contacts to control what forms of communications they receive. Contacts can decide whether they want to receive communication pertaining to a specific topic, brand, or an entire HubSpot account.

OpenAPI spec version: v3

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Hierarchy

  • SubscriptionDefinition

Constructors

Properties

communicationMethod?: string

The method or technology used to contact.

createdAt: Date

Time at which the definition was created.

description: string

A description of the subscription.

id: string

The ID of the definition.

isActive: boolean

Whether the definition is active or archived.

isDefault: boolean

A subscription definition created by HubSpot.

isInternal: boolean

A default description that is used by some HubSpot tools and cannot be edited.

name: string

The name of the subscription.

purpose?: string

The purpose of this subscription or the department in your organization that uses it.

updatedAt: Date

Time at which the definition was last updated.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

Generated using TypeDoc