I am trying to set u the http request node so I can send a message to a specific teams channel. Our IT guy wanted me to use an identity created in azure. So I set up an OAuth2 credential (connection is successfull) and tried to use it together with the webhook url from the teams channel to set up the http request node. The issue I am facing here is that the POST method appearently is not allowed, but the GET method works (but this does not help to sent the message).
Is this setup wrong in general and so I have to use a different approach or am I just not seeing something?
Thanks in advance!
1 Like
Hi @Martin_Rukker Welcome to the community!
Just use a Microsoft Teams node to call the Teams/Graph API directly instead of posting with OAuth2 to the channels incoming webhook URL, which doesn’t accept authenticated POST method.
Thanks for the quick reply!
Yes I saw that, but I was explicitly asked by our IT guys to use an identity that he has created in azure and go via the http request node. If I am using the teams node directly I have to create a connection to my teams account, and the IT guy did not want to give that permission to my account. So is the setup via the http request and using the azure identity wrong and I have to use the teams node?