brief-lock-97647
08/04/2023, 6:24 AMhttps://cdn.discordapp.com/attachments/1136907535966814249/1136907536285577256/Screen_Shot_2023-08-04_at_3.21.40_PM.png▾
https://cdn.discordapp.com/attachments/1136907535966814249/1136907536554008586/Screen_Shot_2023-08-04_at_3.22.48_PM.png▾
helpful-vr-6699
08/04/2023, 8:31 AMhelpful-vr-6699
08/04/2023, 8:34 AMjs
window.addEventListener("load", function () {
window.botpressWebChat.onEvent(
function (event) {
if (event.type === 'LIFECYCLE.LOADED') {
window.botpressWebChat.sendPayload({ type: 'trigger', payload: {} });
}
},
['LIFECYCLE.LOADED']
)
});
If there is no payload consider window.botpressWebChat.sendEvent({ type: "trigger" });
brief-lock-97647
08/07/2023, 3:28 AM