In the documentation for Actionable Messages, it says:
To embed an actionable message card in an email message, we need to wrap the card in a <script> tag. The <script> tag is then inserted into the <head> of the email's HTML body.
Can someone give me an example of this? I am a bit confused when it says to insert the <script> into the <head> of the HTML body. Does the <script> go between <head> and </head> -or- <body> and </body>?
My goal is to be able to send a Legacy Actionable MessageCard to an OutLook user. I'm using the Legacy format because I am sending the same message to Teams using the Legacy format.