Forum Discussion
Send a message to all users (like a broadcast)
- 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
Thomas_Steibl Yes it's possible, You may create an Incoming webhook available in the App store. The Webhook will give a unique URL to you. You can post the message using that URL. You may use Powershell, Postman or any custom program to send messages to all users.
Please note - This will be bind to any specific Channel. You may create one Team which contain all the user whom you would like to serve the message.
Let me know if you would like to know practically how to achieve this.
- Sid_JarSep 22, 2020Copper Contributor
Hello Nadir! Can I use the webhook to deliver the same message to multiple people at the same time without creating a group? As I am not planning to purchase Company Communicator, how should I approach building something like it as I am quite new to Microsoft Power Apps and Automate? Hopefully, this thread is still active haha.