Your question may already have an answer on the community forum. Please search for related topics, and then read through the guidelines before creating a new topic.
How can I externally trigger the Flow to start?
I have my flow set up and linked to my Helium Lora device that works well. But I want to connect the function to a virtual on line.
I’ve been working on this 1 issue for 4 months with almost no progress heellppppppp
In this example, I can manually post the information from the Postman console. But I’m looking for a way to trigger this post to happen automatically. Google sheets has a tool that will automatically post data to an endpoint. But without a trigger on the Postman side, there’s no way to tell the program to initiate the post.
You could try following this video to create a Postman webhook.
Then use the webhook URL in your Google trigger.
If my understanding is correct, this should trigger your collection which holds your POST to console.helium.com
Correct, ALL of those values should be YOUR values.
You may not have permission to change the codes within the forked collection (it said I didn’t have access when I tried), but if you make your own collection look the same it should work.
If you get stuck, you could set your workspace to public and invite me and I will have a look at what you have.
Technically the API key should be stored in the “current” value, as the current values do not get exported. But you can always tidy all that up once it works.