After starting the live chat, the group name becomes 'tony_null_2zhi', what do the 'null' and '2zhi' represent?

After starting the live chat, the group name becomes 'tony_null_2zhi', what do the 'null' and '2zhi' represent?

There is an action in the node to create the live chat ticket. You could customize the group name with the below line.


  let groupName = `${firstName}${lastName}`


Since there is no last name for WhatsApp, there is a "null" in the group name. For "2zhi", we will assign a random 4-digit string to prevent the same group name if the same user creates a live chat again.
    • Related Articles

    • How do I setup an always-there keyword for users to connect live chat agent?

      You can set up a global node, which has a higher priority than the other nodes. (Stella adapts an inverse scale to determine the priority: as the value increases, the priority becomes lower. In other words, any nodes with a value of -1 will have a ...
    • How to set up Zendesk Live Chat Tree?

      Our Standard Procedure Documentation will show you a step-by-step guideline on building your Zendesk Live Chat Tree on Stella. It will also highlight tips that you should pay attention to during your chatbot-building journey. For more details, ...
    • How to set up Slack Live Chat Tree?

      Our Standard Procedure Documentation will show you a step-by-step guideline on building your Slack Live Chat Tree on Stella. It will also highlight tips that you should pay attention to during your chatbot building journey. For more details, ...
    • What can I do if the file name appear to be null?

      You could add a file name parameter to the response to add the file name to a file. { "type": "FILE", "filename": "Test", "url": "https://file.pdf" }
    • Can we search members in the priority group?

      Yes, Stella now supports users search members in the priority group by member external ID or name and search a priority group by the priority group name.