Where can I find the webchat trigger example code,...
# 🌎general
g
Where can I find the webchat trigger example code, as displayed in this video?

https://www.youtube.com/watch?v=FKH3b9NlyaI

a
Are you looking to just have the bot greet the user first? If so you don't need any code anymore for that, adding the conversation started trigger and a message is enough.
g
I am looking to set up multiple different buttons, that trigger different starting points in the flow
a
Are you subcribed to the beta?
@acceptable-kangaroo-64719
g
Yes, I am
a
window.botpressWebChat.sendEvent({ type:'trigger', yourVariableName:'you variable value' });
if you don't want to send any information its : window.botpressWebChat.sendEvent({ type:'trigger' });
a
10 Views