forward
- When the bot is not trained to handle a visitor, it can forward the chat to a human operator.
- The bot can also forward the chat to a specific operator who is an expert in the topic.
- You can also add an info message indicating the status of the chat that the bot will display once the chat has been forwarded to the operator.
Channel compatibility
![]()
![]()
![]()
![]()

Use Case 1: Bot forwards the chat to all operators and departments.
Copied"channelData":{
"zohosalesiq": {
"action" : "forward",
"replies":["Please wait while I forward your chat.."]
}
}Use Case 2: Bot forwards the chat to a specific operator.
Copied"channelData":{
"zohosalesiq": {
"action" : "forward",
"replies":["Please wait, I'm connecting you to an agent"],
"operators", "max.fisher@zylker.com"
}
}Use Case 3: Bot forwards the chat to a specific department.
Copied"channelData":{
"zohosalesiq": {
"action" : "forward",
"replies":["Please wait, I'm connecting you to an agent"],
"department", "3465000000005"
}
}





