Constructors

Methods

  • Associates a list with a marketing event by external account id, external event id, and ILS list id Associate a list with a marketing event

    Parameters

    • externalAccountId: string

      The accountId that is associated with this marketing event in the external event application.

    • externalEventId: string

      The id of the marketing event in the external event application.

    • listId: string

      The ILS ID of the list.

    • Optional_options: PromiseConfigurationOptions

    Returns Promise<void>

  • Associates a list with a marketing event by external account id, external event id, and ILS list id Associate a list with a marketing event

    Parameters

    • externalAccountId: string

      The accountId that is associated with this marketing event in the external event application.

    • externalEventId: string

      The id of the marketing event in the external event application.

    • listId: string

      The ILS ID of the list.

    • Optional_options: PromiseConfigurationOptions

    Returns Promise<HttpInfo<void>>

  • Associates a list with a marketing event by marketing event id and ILS list id Associate a list with a marketing event

    Parameters

    • marketingEventId: string

      The internal id of the marketing event in HubSpot.

    • listId: string

      The ILS ID of the list.

    • Optional_options: PromiseConfigurationOptions

    Returns Promise<void>

  • Associates a list with a marketing event by marketing event id and ILS list id Associate a list with a marketing event

    Parameters

    • marketingEventId: string

      The internal id of the marketing event in HubSpot.

    • listId: string

      The ILS ID of the list.

    • Optional_options: PromiseConfigurationOptions

    Returns Promise<HttpInfo<void>>

  • Disassociates a list from a marketing event by external account id, external event id, and ILS list id Disassociate a list from a marketing event

    Parameters

    • externalAccountId: string

      The accountId that is associated with this marketing event in the external event application.

    • externalEventId: string

      The id of the marketing event in the external event application.

    • listId: string

      The ILS ID of the list.

    • Optional_options: PromiseConfigurationOptions

    Returns Promise<void>

  • Disassociates a list from a marketing event by external account id, external event id, and ILS list id Disassociate a list from a marketing event

    Parameters

    • externalAccountId: string

      The accountId that is associated with this marketing event in the external event application.

    • externalEventId: string

      The id of the marketing event in the external event application.

    • listId: string

      The ILS ID of the list.

    • Optional_options: PromiseConfigurationOptions

    Returns Promise<HttpInfo<void>>

  • Disassociates a list from a marketing event by marketing event id and ILS list id Disassociate a list from a marketing event

    Parameters

    • marketingEventId: string

      The internal id of the marketing event in HubSpot.

    • listId: string

      The ILS ID of the list.

    • Optional_options: PromiseConfigurationOptions

    Returns Promise<void>

  • Disassociates a list from a marketing event by marketing event id and ILS list id Disassociate a list from a marketing event

    Parameters

    • marketingEventId: string

      The internal id of the marketing event in HubSpot.

    • listId: string

      The ILS ID of the list.

    • Optional_options: PromiseConfigurationOptions

    Returns Promise<HttpInfo<void>>