Forum Discussion
Connector Compatibility Issues with Updated Microsoft Teams
Hi Smonnahan
Sorry for the delay in response.
Could you please confirm if you are using incoming webhook or outgoing webhook?
Also, could you please share code snippet of how you are getting the context? So that we will look into it and let you know the update.
Dinesh-MSFT - I'm using the connector from Teams which is an outgoing webhook but managed only through Teams, not through the application and it broke with the New teams
Unable to edit those connections now
And this documentation is not updated that I could find:
https://learn.microsoft.com/en-us/azure/devops/service-hooks/services/teams?view=azure-devops
- ChetanSharma-msftMay 22, 2024
Microsoft
Hello Smonnahan - Thanks for your inputs.
We will check on it and let you know the updates.- SmonnahanJun 04, 2024Copper ContributorThis is severely hindering some processes, can you give me an update here. Or show me how I should do these differently and how I can update pre-existing connectors??
- Marcos_Almeida_360Jun 04, 2024Copper ContributorAre there any news on that? ChetanSharma-msft Dinesh-MSFT
On my side we are having similar problems with the office 365 connectors to MS Teams
https://learn.microsoft.com/en-us/microsoftteams/platform/webhooks-and-connectors/how-to/connectors-creating?view=msteams-client-js-latest
`teamId` is not returned anymore as part of `settings.getSettings()`
Could we get away without a `teamId`, i.e. are there guarantees that a `channelId` is unique inside a tenant without needing to resort to a `teamId` to achieve unicity.
Thanks in advance,- ChetanSharma-msftJun 06, 2024
Microsoft
Hello Marcos_Almeida_360 - Sorry to ask but just wanted to clear how you are checking the channedId value?
As per documentation here: https://learn.microsoft.com/en-us/javascript/api/%40microsoft/teams-js/microsoftteams.settings?view=msteams-client-js-1.13.1#@microsoft-teams-js-microsoftteams-settings-getsettings
I can't see any parameter related to teamId or channelId.
We can see only below values:Settings interface - Teams | Microsoft Learn
Could you please share the steps so that we can quickly check and try to resolve this issue?