Hi Allan,
Hope you are doing fine!
I was wondering if you could nudge me in the right direction.
What I want to accomplish, is basically to trigger an openflow automation when there is a new email on Outlook365.
The idea is: having a Power Automate trigger configured “When new email arrived”, and have that small Power Automate flow to POST the email body payload to this openflow daemon agent, so that the body of the email ends up in a queue (for another openflow js agent to process it).
I saw that you can configure custom endpoints in Nodered, but I was wondering what would be the high level process of accomplishing the same with a daemon agent? Is it a simple as setting up an express server in the agent, with the POST endpoint configured, that would require an openflow jwt?
Many thanks