Forum Discussion
Oskar Kuus
Sep 10, 2018Iron Contributor
Flow and using JSON to post in MS Teams?
I am new to JSON and do not understand how to use it fully. So far i have only added a bit of text with JSON posting from Flow to Microsoft Teams. But all i get to work is {"text":"some rand...
Oskar Kuus
Iron Contributor
Noone know how to use JSON in Flow.
Is it possible to create buttons and other things with the code?
Oskar Kuus
Nov 08, 2018Iron Contributor
Bumping this thread back up.
Hoping someone have a clue how to use JSON in flow to create interactive cards
- Paul CulmseeNov 11, 2018MVP
If you want to send action cards to Teams, the only way is to create an incoming web hook in teams and in Flow, use the HTTP action to post data to that webhook.