Your Next Steps
Sending your first message
To get started, first send a message:
- In PowerAutomate, create a new flow
- Choose the Send Message action
- Fill in the three fields
- Recipients – fill in your email address;
- Heading – Write a heading, e.g. Hello World
- Insert the adaptive card, this example will send Hello World in the card, e.g.
{ "$schema": "http://adaptivecards.io/schemas/adaptive-card.json", "type": "AdaptiveCard", "version": "1.0", "body": [ { "type": "TextBlock", "size": "Large", "isSubtle": true, "wrap": true, "text": "Hello World" } ] }
- Run the flow and the card will appear in Outlook