Forum Discussion
Rich text in Flow when posting automatic messages in Microsoft Teams?
- May 08, 2019
I just tested formatting in a Flow message using HTML as well as markdown (per this article https://support.office.com/en-ie/article/use-markdown-formatting-in-teams-4d10bd65-55e2-4b2d-a1f3-2bebdcd2c772) and both seem to work.
What is the html for making a teams post as important?
- DeletedApr 10, 2018
You can't AFAIK using the Teams actions in flow. The only way I know to do that would be setup a incoming webhook connector on a channel, then use the webhook connectors to send the formatted cards which might be able to access that flag. I'll see if i can find an article about it, but here is a card formatting tool that you can use in webhooks to make your messages look better.
https://messagecardplayground.azurewebsites.net/
The other good thing about webhooks is they actually setup notifications, with the built in flow now new notifications happen the messages just kind of show up in a channel and is a bad experience IMO.here is a pretty good article going over webhooks with Teams. https://powerusers.microsoft.com/t5/Microsoft-Flow-Community-Blog/Posting-to-Teams-with-Flow-Incoming-Webhook-verses-Teams-Post/ba-p/97095