Hello everyone, i'm new on node-red and trying to integrate this with a Hyperledger Client (that is baiscally Angular 4) and i need to send an email when the user send a transaction on hyperledger.
In the docs of Hyperledger (https://hyperledger.github.io/composer/v0.16/integrating/call-out - on example bellow), they say that is possible to "call Node-RED running on Bluemix", well, i run my own instance of local node-red, build a flow that start with a injection but i can't figure out:
How to trigger that like they do in docs?
I can't figure out too if is possible and how trigger this flow from Angular client (with something like a GET/POST request from client to node-red.)
Here my flow:
(The flow actually works if clicked)
Thank you all! and sorry if is a bad question.