Custom title chat

You can customize the following in the chat:
Title of the support tab in the chat of the client.
Title of the picking tab in the chat of the client.
Title of the driver tab in the chat of the client.

📘

Url params encoding

Remember that we require to comply with (UTF-8) encoding when sending query params. so that if your custom name string has whitespace, you should replace it with the symbol "%20".

ie: "chatSupportTabTitle=custom title support" => chatSupportTabTitle=custom%20title%20support"

ParameterDescription
chatSupportTabTitleAllows you to customize the title of the support tab in the customer chat.
chatSupportTabHelpHtmlAllows you to customize the help text of the support tab in the chat.
chatSupportTabHelpStartTimeAllows you to customize the start time (UTC) from when the help text message will be displayed in the support chat.
chatSupportTabHelpEndTimeAllows you to customize the end time (UTC) up to when the help text message will be displayed in the support chat.
chatPickingTabTitleAllows you to customize the title of the picking tab in the customer chat.
chatDriverTabTitleAllows you to customize the title of the driver tab in the customer chat.

Tab Support

Code example

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&chatSupportTabTitle=custom%20title%20support

Tab Picking

Code example

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&chatPickingTabTitle=custom%20title%20picking

Text help in chat support tab

Code example

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&chatSupportTabHelpHtml=myHtml&chatSupportTabHelpStartTime=10:00&chatSupportTabHelpEndTime=10:00

You will see the following content

Tab Driver

Code example

https://xandar-lsw-v3.instaleap.io/?job=myJob&token=myToken&chatDriverTabTitle=custom%20title%20driver

You will see the following content