Trying to make my LogicApp post in Microsoft Teams. At the moment I'm trying Team Id / Channel Id formatted as 19:[id-string]@thread.skype
with no success.
I get a 400
, bad request
{
"error": {
"code": "InvalidRequest",
"message": "groupId needs to be a valid GUID.\r\nParameter name: groupId",
If I copy the URL for the team and channel I see that they both share the same groupId, which I assume is the team GUID?
Tried with that as well but with a 403
instead. Not sure how to get the channel GUID.
403
:
{
"error": {
"code": "AccessDenied",
"message": "Failed to execute Skype backend request PostMessageRequest.",
Any hints?
Update Team Id drop-down field displays
"Could not retrieve values. User Login. Teams are disabled for your tenant."