I needed help with getting value via API from Blynk to a variable in order to announce it on Alexa.
I’m making a Home Convenience Project, and needed to connect Blynk with Voiceflow. When I paste a URL with the following format on Chrome, it gives the desired output in 0 or 1:
However, when make an API call using Voiceflow for the same, as well as create a variable to store value, nothing gets stored but API calls are successful when tested.
I would be very thankful to you if anyone can help me out with guidance or resources for the same.
The value will be stored in the variable, you might see the variable valve empty I guess because the response is not in json format, but anyway the value will be stored correctly.
Now even when I use POST and test is successful, the program flow goes to the Failed block, and when I test a speak block with variable {status} name, it speaks out variable name.
@John93 I wanted to know what exactly have I missed. Because on pasting in chrome I successfully get the status of ‘Virtual Pin V0’ in 0 or 1. But this is the problem I’m facing on Voiceflow. I would really appreciate your help considering the deadline is approaching
I tried everything but I cannot get the GET call to work. I always get “invalid token”. The call works fine via browser or postman. I have the same setup on the voiceflow api call as the picture above.