Developer/IT > Whisbi API > API Reference > Sell > AutoOpen

AutoOpen

An object containing the behavior properties of the Guide/Sell widget when the page loads.

NameDescriptionRequired
onDesktop whisbi.otoDeviceAutoOpenConfig An object containing the behavior properties of the widget when the page loads on desktop. Optional
onMobile whisbi.otoDeviceAutoOpenConfig An object containing the behavior properties of the widget when the page loads on mobile. Optional

OnMobile/OnDesktop config

An object containing the behavior properties of the widget when the page loads on a specific device type (desktop or mobile).

NameDescriptionRequired
connectForm Boolean True to show the Connect Form, which is used to ask the customer for their details to start a Click to Call session or a Chat session. Optional
Default: true
inbound Boolean True to show the inbound option. You can learn more about the Inbound here. Optional
Default: false

AutoOpen config

An object containing the behavior properties of the widget when the page loads on a device class (desktop or mobile).

NameDescriptionRequired
enabled Boolean True to make the widget open automatically when the page loads. Optional
closeable Boolean If set to false, the widget will not have the “X” icon to close. Only applies if autoOpen=true . Only recommended if the widget is located on a dedicated landing. Optional
Default: true