Hierarchy

  • SyncApi

Constructors

Properties

Methods

Constructors

Properties

api: ObservableSyncApi

Methods

  • Imports contacts' properties from an external accounting system to HubSpot. Import details, including property mappings, must be configured previously in HubSpot infrastructure. Import contacts

    Parameters

    • appId: number

      The ID of the accounting app. This is the identifier of the application created in your HubSpot developer portal.

    • syncContactsRequest: SyncContactsRequest
    • Optional _options: Configuration

    Returns Promise<ActionResponse>

  • Imports products' properties from an external accounting system to HubSpot. Import details, including property mappings, must be configured previously in HubSpot infrastructure. Import products

    Parameters

    • appId: number

      The ID of the accounting app. This is the identifier of the application created in your HubSpot developer portal.

    • syncProductsRequest: SyncProductsRequest
    • Optional _options: Configuration

    Returns Promise<ActionResponse>

Generated using TypeDoc