Question
4
Replies
399
Views
Zensar Technologies
Posted: November 30, 2018
Last activity: January 27, 2020
Solved
Pega webchat interface welcome response
Hi all,
We have setup a webchat interface and configured it. Now we need bot to send a welcome response "menu type" automatically when a user opens the chatbot window.
Can someone help on how to achieve this.
Hi, this is not possible OOTB, you need to add some custom code:

- pyPostInitializeChat extension point - you need to populate pyInteractionCase.pyHistory with new record with one single outbound message:
Unfortunatelly it could cause some UI glitches. I think we can raise and Feedback item for such scenario.
Piotr