Zopim is now called Zendesk Chat. All API functionality will continue to work as normal and the namespace will not change in the immediate future.

Javascript API

$zopim.livechat.concierge

Customize the chat concierge.

Summary
$zopim.livechat.conciergeCustomize the chat concierge.
Functions
setAvatarSet the concierge’s avatar.
setNameSet the concierge’s name.
setTitleSet the concierge’s title.

Functions

setAvatar

Set the concierge’s avatar.

function setAvatar(path)

Parameters

pathURL of image to be used (string)

setName

function setName(name)

Set the concierge’s name.

Parameters

nameName to be used (string)

setTitle

function setTitle(title)

Set the concierge’s title.

Parameters

titleTitle to be used (string)
function setName(name)
Set the concierge’s name.
function setTitle(title)
Set the concierge’s title.