Http tokens

Depending on the received data, we must use a correct data token. We can choose between Boolean, Integer, Double or String. If we stick to our example, we're parsing out temperature data from the weather API, so we will use Double as the variable. Under Token name we paste the parsed token "data.metData.t"

Image 4257



If everything is set correctly, if we select the Values tab, we should get the temperature reading from the weather API.


Image 4258