I'm working on connecting a virtual button to activate a physical device via the Helium Network.
Right now I'm able to link the virtual button to a webhook via Pipedream.com. And I can control the device by "Posting" directly into the console on Postman.io.
But I need the post to be automatic, such that I can hit the virtual button and the post will automatically trigger the post on Postman.io.
Is there a way to set up webhook triggers in postman, or is there a way to link Pipedream and postman together?
I've been working on this project for 6 months and this is the final step.
Hoping someone can lend some advice, Thanks so much...
Achieved using Postman Webhook.
Details can be found on the Postman Community forum here.
The Webhook-specific detail can be viewed in this Postman video.