Teams Connector - Fails when trying to connect through automation

In the Orchestrator -

Scope used Chat.ReadWrite Group.ReadWrite.All

Thus far it looks good:

When using for instance the Activity Send Chat Message (or any other teams related activity for that matter) - it always says “Connection is broken”

Is there any area where I should be looking to find a resolution?

** What is strange is that when I use the “Fix Connection” from the activity - it does all the steps, and gives the "connection fixed message… but the orchestrator still says “Failed” - While if I Fix the Connection from the Orcherstrator it does go back to “Success”…

@ton_roelandse

Did you try changing the version of teams activities from manage packages

Cheers

There are two preview versions available 5.0.5-preview and 4.0.4-preview. Using 5.0.5 with correct dependencies.

Any one with suggestions on where to look to resolve?

@ton_roelandse
Hi there,

Did you ever find a resolution to this?
I’m experiencing same issue :frowning:

Connection works fine in connector builder so I publish it.
Create connection to it, all works okay, says Connected etc.
As soon as I click ‘Check Connection’ or try to use it in Studio, it immediately disconnects and prompts me to fix connection :frowning:

Thanks!

Yes I did - will answer a little later with the approach

@bethj - while ultimately it is still vague-here is how it is working for me- note intermittently the connections will still break - but I am not too critical as this is a v5.0.5-preview - also if you use teams, and switch to New Teams - (chat headers are introduced so you need to account for both versions in your workflow most likely) - initially when I had the error I did not have it in an office365 scope - (since I use this for some calendaring stuff the “Services” are set to Calendar)

the scope for the Connections in the Orchestrator I set to

“profile openid email Channel.Create Channel.Delete.All Channel.ReadBasic.All ChannelMember.Read.All ChannelMember.ReadWrite.All ChannelMessage.Read.All ChannelMessage.Send ChannelSettings.Read.All ChannelSettings.ReadWrite.All Team.Create Team.ReadBasic.All TeamMember.Read.All TeamMember.ReadWrite.All TeamMember.ReadWriteNonOwnerRole.All TeamsActivity.Read TeamsActivity.Send TeamSettings.Read.All TeamSettings.ReadWrite.All TeamworkDevice.Read.All TeamworkDevice.ReadWrite.All User.Read offline_access Chat.ReadBasic Chat.Read Chat.ReadWrite ChatMember.ReadWrite Group.ReadWrite.All”

See if this helps you further - but again it is a little unstable but great for POC .