Forum Discussion
gsingh_
Jun 23, 2022Copper Contributor
Slack Playbook
Hi All
Has anyone deployed "Post Message Slack" recently?
https://github.com/Azure/Azure-Sentinel/tree/master/Playbooks/Post-Message-Slack
I am having issues as this LogicApps doesn't send messages in a Private Channel. Get "Chanel not found" in the RAW Output.
Note: The public channel works fine, The connection being used is a Service account, Service Account has already been added to the channel
Thanks
2 Replies
- mikhailfIron Contributor
Hello gsingh_ ,
We have recently created a similar playbook.
But we used the "Post message (V2)" connector for Slack. Try to replace the one that is deployed from GitHub with V2.
I don't see the "Post message" connector at all, so probably it has been replaced on Azure but has not on GitHub.
P.S. Yes, the old one was deprecated.