I need to get some leads in my website using landpages.
When my customer opening the page, this chatbot opens automatically.
Solved! Go to Solution.
Hi,
You can't start automatically yet the chatbot.
But already have the idea here: https://powerusers.microsoft.com/t5/Power-Apps-Ideas/Make-bot-start-the-conversation/idc-p/421051
Hi,
You can't start automatically yet the chatbot.
But already have the idea here: https://powerusers.microsoft.com/t5/Power-Apps-Ideas/Make-bot-start-the-conversation/idc-p/421051
Currently the auto-triggered welcome message is not enabled for web canvas (It is enabled in Teams and Facebook Channel). To be able to trigger the welcome message in web canvas, a hidden event activity need to be sent to the bot by the canvas. The activity type="event" and name="startConversation".
There are some sample code on how to implement in canvas: