Can i communicate to Node Red from HTTP request?

Hi,

I have Home Assistant with node red, all is working good !

But i need to send order to Node Red from an another computer.

Can i send data to node red from http request ?

Tried websocket in node and weebkook node without succes.

( Message will be send in local area, ie nod red and the another computer on the same lan )

Any help will be apprecied, thanks !!

You’ll want to use the http in and http response nodes:

image

Then, just use the url http://[ip address of node red]:1880/[endpoint name]

1 Like

who… fast answer and exatly what i need !

Thanks a lot !!

1 Like