search
Adaptive Card
- First, design your card: Adaptive Card Playground
- Once you have designed your card, come here and get your certificate for your domain.
- Once you have a certificate, register the public part of the certificate with Microsoft on the Email developers dashboard
- Get an Api Key for this service
- Create the flow that will send the email
- At the end of the flow, add a HTTP Post
- Call the service passing your API Key, Designed Card, Sender, Recipients etc...
- The service will sign the content, and optonally return you:
- The signed card payload only => 'application/json'
- The html payload to be included in the email => 'text/html'