Common digital employee issues

更新时间:
复制 MD 格式

This topic lists common digital employee issues and their solutions. Read it carefully.

1. How to pass the caller and callee numbers to the chatbot flow in a digital employee

In inbound call scenarios, use ingress parameters to pass the caller and callee numbers to the chatbot flow.

  • In the flow configuration of the chatbot, create new ingress parameters using the “/” syntax.image

  • Create ingress parameters "callingNumber" and "calledNumber", which represent the calling number and called number, respectively.

    image

  • In the robot workflow, you can use the in-band parameters by inserting them into the node where the calling number or called number is needed.

    image