Start a flow from an email

Brass Contributor

Hi,

I want to trigger a flow from the body of an email adress. Is that possible? I have the json that I use for triggering a flow from a list, but it doesn't work to insert this into an emails body. 

Ideas anyone?

 

{ "$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json", "elmType": "span", "style": { "color": "#0078d7" }, "children": [ { "elmType": "span", "attributes": { "iconName": "Flow" } }, { "elmType": "button", "style": { "border": "none", "background-color": "transparent", "color": "#0078d7", "cursor": "pointer" }, "txtContent": "Opprett kontraktutkast", "customRowAction": { "action": "executeFlow", "actionParams": "{\"id\": \"<flowid>\"}" } } ] }

1 Reply

@Tonje Waasjø You could try using the HTTP request to trigger the Flow

 

In the email body include the URL to the Flow as explained in this post

https://powerusers.microsoft.com/t5/General-Power-Automate/Trigger-a-HTTP-Request-via-URL/td-p/36463...