Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Copilot Studio - Bot Extensibility
Unanswered

How to Send Events in Live Chat Widget SDK Similar to Web Chat Dispatch?

Like (1) ShareShare
ReportReport
Posted on 5 Mar 2025 10:29:40 by 87
Previously, when I was using Web Chat (Custom Canvas), I could dispatch events using:

dispatch({
    type: 'WEB_CHAT/SEND_EVENT',
    payload: {
        name: '',
        type: 'event',
        value: {
            message: "",
        }
    }
});


 

This allowed me to trigger events inside Copilot Studio and handle them accordingly.

Now, I have migrated to Microsoft Omnichannel Live Chat Widget SDK, and Web Chat's dispatch method is no longer available.

Question:
👉 What is the correct way to send events in Live Chat Widget SDK that Copilot Studio can recognize?
👉 How can I replicate the WEB_CHAT/SEND_EVENT functionality?

 

I need to ensure that Copilot Studio bot can receive and process events as before. Any guidance or official best practices would be helpful! 🚀 Thanks in advance! 🙏

Categories:

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

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Congratulations to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Copilot Studio - Bot Extensibility

Overall leaderboard

Featured topics