Incoming Webhooks help in posting messages from apps to Teams.
Incoming Webhooks are enabled for a team in any channel, it exposes the HTTPS endpoint, which accepts correctly formatted JSON and inserts the messages into that channel.
In your scenario you have to send the alert to external application.
For this scenario you have to use Outgoing webhooks.
With Outgoing Webhooks, you can send alerts to the external applications.
Thanks,
Nivedipa
If the response is helpful, please click "Accept Answer" and upvote it. You can share your feedback via Microsoft Teams Developer Feedback link. Click here to escalate.