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"
Parameter | Description |
---|---|
chatSupportTabTitle | Allows you to customize the title of the support tab in the customer chat. |
chatSupportTabHelpHtml | Allows you to customize the help text of the support tab in the chat. |
chatSupportTabHelpStartTime | Allows you to customize the start time (UTC) from when the help text message will be displayed in the support chat. |
chatSupportTabHelpEndTime | Allows you to customize the end time (UTC) up to when the help text message will be displayed in the support chat. |
chatPickingTabTitle | Allows you to customize the title of the picking tab in the customer chat. |
chatDriverTabTitle | Allows 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