Channels
3 TopicsAdaptive card is not showing in IPhone
I am using power automate to post an adaptive card into a channel in Teams, this works fine on the web, and desktop applications. But the card does not show on the mobile app from iPhone 8 . It only shows the flow bot logo and an empty space on the mobile. Any ideas ?6.2KViews0likes6CommentsHow to have app send message to channel without configuring connector
I know it is possible as https://support.monday.com/hc/en-us/articles/360010359819-Microsoft-Teams-Integration?source=search and Smartsheet integrations both do this. You can configure the app by allowing `adminconsent` and then selecting (on the web-service not in teams) which team & channel to have the service post to. Then the web application is able to make posts into that channel without the user configuring a connector/webhook. In addition when I look into the channel that was mapped, there is no connector configured. These apps have the exact functionality I'm looking for, and so far the only way to do this that I know of is to use the /messages graph api https://docs.microsoft.com/en-us/graph/api/channel-post-messages?view=graph-rest-beta&tabs=http or to configure a connector. The /messages api cannot be used by the application as far as I can tell. Though Monday.com appears to have a disclaimer that they are utilizing the beta features of the graph api. So how can I have my Teams app send a message to a specific channel within an organization without having to have the user configure a connector?Solved10KViews0likes5Comments