I set up the incoming webhook of the Microsoft Teams channel in the webhook of BitBucket Cloud, but
even when events such as commit or fork occur, no notifications are sent to the channel.
I tested the incoming webhook using curl and it was normal,
and as a workaround, I detected it with a pipeline when a commit occurred and changed the message with a python script and sent it, and the notifications are sent normally.
However, since the only event that can be detected is commit, I want to connect through the webhook that is provided by default, but is there no way?