Forum Discussion
Thomas_Steibl
Feb 18, 2020Copper Contributor
Send a message to all users (like a broadcast)
I would like to inform our users about very urgent things (ie please disconnect from the system), and the best way to do that would be to send a chat message to all of them maybe via powershell or gr...
- Feb 18, 2020You could do it with this given all users install the app
https://github.com/OfficeDev/microsoft-teams-company-communicator-app
Hope that answers your question!
Best, Chris
Feb 18, 2020
Hi Thomas_Steibl
There are multiple uservoices here
https://microsoftteams.uservoice.com/forums/555103-public/suggestions/37556605-org-wide-broadcast-messages
No native functionality, however as said you can create an org wide team and then tag the team which would notify everyone. An alternative would be an org wide group chat however you would have issues moderating this
Hope that answers your question
Best, Chris
There are multiple uservoices here
https://microsoftteams.uservoice.com/forums/555103-public/suggestions/37556605-org-wide-broadcast-messages
No native functionality, however as said you can create an org wide team and then tag the team which would notify everyone. An alternative would be an org wide group chat however you would have issues moderating this
Hope that answers your question
Best, Chris
Feb 18, 2020
You could do it with this given all users install the app
https://github.com/OfficeDev/microsoft-teams-company-communicator-app
Hope that answers your question!
Best, Chris
https://github.com/OfficeDev/microsoft-teams-company-communicator-app
Hope that answers your question!
Best, Chris
- GrizzlyBunnyApr 18, 2023Copper Contributor
ChrisHoardMVP Is the Company Communicator free? I noticed it is asking for App Service and Service Bus subscriptions, paid services on top of our Office 365 subscription (E5) or pay-as-you-go.
Does it cost to send each broadcast message?
I like the use cases, but the complex setup process puts me off.
I proposed this to the team, but they were wondering if everyone can have permission to post, with a select few having to approve the message before the message gets sent to all users.
For example - The lift is not working; Organisational survey; Team announcements;
- DeletedMar 30, 2020
ChrisHoardMVP - has anyone used Company Communicator to broadcast to 50,000 users in 13 teams? Would be interested to hear any real life feedback....
- Apr 03, 2020I know Vesa Nopanen is a big proponent of company communicator. I am sure that he will be able to give you some great feedback on this
Best, Chris- Vesa NopanenApr 04, 2020MVPIt sounds like that you would be sending messages to 13 teams using Company Communicator? That would be just 13 messages which I don't see as a problem.
When sending individual chat messages to 50k users with Company Communicator that will be generating a lots of API traffic. Unfortunately I don't have experience with that large amount of users but I have been thinking/planning how that could be done (when need arises). Company Communicator should be able to make it, but it may take some time due to throttling. The good thing is that it does give you a short report how it goes.
My advice:
- do messages first to teams so they will reach out lots of users FAST (install Company Communicator to those teams so you can target them)
- do a real live test with sending individual messages to all users and gain first hand experience. Use a real message but don't use a critical one. Perhaps letting users know how and from where to gain latest info
- Feb 18, 2020Just push the app via app policies and you're golden.