How to use http API from Node Red

Hi!

I’m new to Home assistant and Node Red trying to migrate from Domoticz.

I would like to report a temperature to a web service API on the internet using Node Red.

This is how the request looks like:

http://www.temperatur.nu/rapportera.php?hash=<HASH>&t=<temperature>

Which node should I use and how do I add the sensor value to this?
Perhaps the websocket out node?

I appreciate any points in the right direction.

BR/Nicklas

Http node.

Sorry for late reply.

Thanks! Worked with the http mode but required some tinkering when new to node red. :slightly_smiling_face: