Trigger Node: external reset

Hi, i was wondering if someone has some ideas about how to reset the Trigger node in a given flow using an external component, for example: an api that resets the node based on a specific flow and node id.

My goal is to reset the node using an external web-application, that can be able to reset the node from a HTTP rest api callback.

Any thoughts?

Add an http node and link that to a change node that sets the payload to "reset" or topic to "reset" (I forget which) then feed that to the input of the trigger.

Search the cookbook and forum on http endpoints. Very easy to setup.

Thanks, is there any way to secure the created endpoint using an authentication?

No ideas?

As per the docs