Forum Discussion
CoreyMaertz
May 19, 2020Copper Contributor
Duplicate Webhook Messages
Hello, Recently we have found that several of our third party tools that send messages to teams via Webhook are sending anywhere from 2 to 5 of the same message. Being that the messages come from a...
David_Wu_22
Oct 17, 2022Copper Contributor
I'm seeing the same, a webhook message sent via PowerShell script using the
Register-ObjectEvent handler is sending duplicate messages, sometimes 2-4 of the same to Teams.
We are using this code to post to Teams:
https://community.idera.com/database-tools/powershell/powertips/b/tips/posts/using-filesystemwatcher-correctly-part-2
Can someone please help? Thanks