What do we need to put in the destination field when setting Microsoft Teams Alerts #5139
Answered
by
shugg
etienneperezzz
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
shugg
Aug 8, 2025
Replies: 1 comment
-
Yes, the Destination field is where you should enter the webhook URL. However, the MicrosoftTeamsPublisher class only supports the legacy webhook format that Microsoft has deprecated. Instead, refer to issue #3953 for guidance on setting up Microsoft Teams notifications using the WebhookPublisher class. I recently implemented this approach and can confirm it works. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
etienneperezzz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, the Destination field is where you should enter the webhook URL. However, the MicrosoftTeamsPublisher class only supports the legacy webhook format that Microsoft has deprecated.
Instead, refer to issue #3953 for guidance on setting up Microsoft Teams notifications using the WebhookPublisher class. I recently implemented this approach and can confirm it works.