external link to new tab
# 🤝help
b
I want to open a new tab whenever user goes to this flow It is opening the website in new tab while using emulator but when I deployed it won't work This is the code block setTimeout(() => { const websiteUrl = 'http://www.russellwalshrealty.com/property-search' window.open(websiteUrl, '_blank') }, 3000) Even in chat section of botpress configuration website I have tried it doesn't work Any body has a better solution?
b
this is my external website link websiteUrl = 'http://www.russellwalshrealty.com/property-search' i dont know whnat format should i put in payload in botpress json but how? and i also i have replicated your fiddle in this https://jsfiddle.net/#&togetherjs=tJFT8RtGd1 you can collaborate to help me out i have multiple links that i want to open just need help for a single one ill do that for remaining all
5 Views