Forum Discussion
dmarquesgn
Apr 18, 2023Iron Contributor
Send Teams message over unattended script
Hi, I have some scripting to perform some security tasks, and I would like to send a Teams message to a group with the results of the scripting. So I've got this code, which is working fine: Conne...
Andres-Bohren
Apr 21, 2023Iron Contributor
Hi dmarquesgn
It's not supported with Application Authentication
https://learn.microsoft.com/en-us/graph/api/chat-post-messages?view=graph-rest-1.0&tabs=http
What about some Alternatives:
- Send an Email to a Teams Channel
- Use a Webhook to send a Message
Regards
Andres