Hello,
I am using the action "HTTP" to create a tab in Microsoft Teams. I've followed this instructions. This post uses Bearer Token, which must be introduced as Headers.
For sure, my URI is "https://graph.microsoft.com/beta/teams/XXXXXXXX/channels/XXXXXXXXXXX/Tabs", just notice that Team ID and Channel ID has been replaced by XXXX.
The body request is the following:
Then, why the body response is "All URIs must use HTTPS"?
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported.
Try v1.0 version and post here if you run into any issues.
You can find the documentation to add a tab to channel here:
https://docs.microsoft.com/en-us/graph/api/channel-post-tabs?view=graph-rest-1.0
Regards
Krishna Rachakonda
If this reply helped you to solve the issue, please mark the post as Accepted Solution. Marking this post as Accepted Solution, will help many other users to use this post to solve same or similar issue without re-posting the issue in the group. Saves a lot of time for everyone. |
Hello,
Still has the same problem "All URI's must use HTTPS" while all my URI's use HTPPS for sure..
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Read the latest about new experiences and capabilities in the Power Automate product blog.
User | Count |
---|---|
25 | |
22 | |
9 | |
9 | |
7 |
User | Count |
---|---|
41 | |
35 | |
26 | |
21 | |
13 |