CRM Calling Extensions No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)

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.

Constructors

Properties

height?: number

The target height of the iframe that will contain your phone/calling UI.

isReady?: boolean

When true, this indicates that your calling app is ready for production. Users will be able to select your calling app as their provider and can then click to dial within HubSpot.

name?: string

The name of your calling service to display to users.

supportsCustomObjects?: boolean

When true, users will be able to click to dial from custom objects.

supportsInboundCalling?: boolean

When true, this indicates that your calling app supports inbound calling within HubSpot.

url?: string

The URL to your phone/calling UI, built with the Calling SDK.

usesCallingWindow?: boolean

When false, this indicates that your calling app does not require the use of the separate calling window to hold the call connection.

usesRemote?: boolean

When false, this indicates that your calling app does not use the anchored calling remote within the HubSpot app.

width?: number

The target width of the iframe that will contain your phone/calling UI.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined
mapping: undefined | {
    [index: string]: string;
} = undefined

Methods