Sending a Notification from to Teams Channel using Teams Channel Link not Webhook
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2022 02:49 AM
Hi ,
I have been trying to send a notification from SNOW instance to a Teams channel.
Requirement: Sending an alert message 5 mins before change start time to the respective account's teams channel.
Approach: Created a BR which would run when a change state changes from authorized to scheduled.
This Queues up the event to run a script action that will execute a HTTP POST method to send the alert to the Teams channel.
Blocker: The HTTP post method works only when a Teams webhook link (using the connector optoin) is provided not with the Teams channel link.
It errors out with status code 405 :Method Not Allowed.
Is there a way to solve this ?How can I send a notification to teams channel with only the Teams Channel Link available(not the email id or the webhook)