Forum Discussion
Microsoft Teams - Cannot Create Connection in Logic App
- Aug 12, 2020
Hi woodced ,
Yes, it's because you try to connect with a Microsoft Account. You should try to connect with an Azure AD account (your corporate account if you have one).
Hi woodced ,
Yes, it's because you try to connect with a Microsoft Account. You should try to connect with an Azure AD account (your corporate account if you have one).
- PatSulDec 03, 2020Copper Contributor
Hi alexisconia,
We are using teams without using Azure AD accounts. Is there a way around this requirement (so that we can send messages to our teams even though they are not corporate accounts)?
- alexisconiaDec 03, 2020MVP
PatSul The simplest way is probably to use the action "Post a message as the Flow bot to a channel" in Preview. You don't have a message posted on behalf of a user but you can define the content.
You can also use a connector in Teams but it's more complicated to manage and integrate (Sending messages to Connectors and Webhooks - Teams | Microsoft Docs). Once, the connector webhook URL is created, you can use HTTP action on logic apps
- PatSulDec 03, 2020Copper Contributor
alexisconia Thank you! I will give those a try