Good morning,
Microsoft will be completely retiring EAT Tokens as a method of authenticating Actionable Messages for Outlook (With Adaptive Cards) as of 15 May 2026.
We need to migrate our existing Actionable Email Developer Dashboard providers to MS Entra.
When migrating, we are prompted the following:
"Is this a power automate scenario?". Upon selecting yes, and ensuring everything is correct, I still get "The remote endpoint returned an error (HTTP '401'). Please try again later."
Things to note:
- My adaptive cards are fine, it renders perfectly.
- I have "Authorization" as a header and the value is set to "" as per the documentation (Within the Action.HTTP POST of the adaptive card)
- On button click, a flow is called, this flow is set to "Anyone in tenant"
- I have a trigger condition as per the documentation on this flow: @equals(triggerOutputs()?['headers']?['Provider-Id'], 'your_actionable_email_provider_id')
- My originator does match the provider ID, in the flow that sends the HTTP POST request and in the flow thats triggered.
I cant find any documentation online that delves into detail for power automate, can someone please assist?
Thank you!