Edge device triggering workflow

I’m having a memory lapse on how I can make an edge workflow trigger a virtual button in an application workflow.
If that is not possible, what are my best options?

Hey @Lars_Andersson,

Your best route is to use an MQTT output node in your Edge workflow with a custom topic that an Application Workflow, with the MQTT trigger, is “listening” to. You would need to make sure that the access key & secret pair has “Additional MQTT Access” set to either All Topics or has the custom topics you will use specified.

Let me know if you have any other questions!

Thank you,
Heath

ok, I ended up using a webhook, but I would think your suggestion is more secure.