web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Copilot Studio / PVA not starting autom...
Copilot Studio
Unanswered

PVA not starting automatically on webpage

(0) ShareShare
ReportReport
Posted on by 10

Please advise me in the topic of automatic start conversation when bot it being deployed on custom website. I did everything correct according to the documentation under this link: https://learn.microsoft.com/en-us/power-virtual-agents/configure-bot-greeting?tabs=web Unfortunately, my chatbot is not starting automatically. It starts when I type something. Should I change a trigger in Greeting topic? Please send some advise in this challenge.

Categories:
I have the same question (0)
  • fernandosilva Profile Picture
    Super User 2024 Season 1 on at

    Hi @Damian2 ,

     

    Have a look if you have this function in your html file:

     

     const store = window.WebChat.createStore({},
     ({
     dispatch
     }) => next => action => {
     if (action.type === "DIRECT_LINE/CONNECT_FULFILLED") {
     dispatch({
     meta: {
     method: "keyboard",
     },
     payload: {
     activity: {
     channelData: {
     postBack: true,
     },
     name: 'startConversation',
     type: "event"
     },
     },
     type: "DIRECT_LINE/POST_ACTIVITY",
     });
     }
     return next(action);
     }
     );

     

    Applying this code will make the bot starts automatically with the Greeting topic.

     

    Cheers,

     

    Fernando

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Copilot Studio

#1
Valantis Profile Picture

Valantis 633

#2
Vish WR Profile Picture

Vish WR 301

#3
Haque Profile Picture

Haque 216

Last 30 days Overall leaderboard