This is a node for sending commands to URLs through HTTP communication. It's very useful for triggering other devices/software through API's.
Body
The field on which to put the string you want to represent the body text.
URL
The http URL to send the text message.
Method
HTTP method used for sending messages to the URL.
Headers
Here you can specify a list of headers that describe the type of content you will be sending. https://en.wikipedia.org/wiki/List_of_HTTP_header_fields
Note: Bodies are by default sent using utf-8 encoding.
Populate the user variable. . . with recieved reply
Sets a user variable to store reply from the answering http server.
Note: The drop down selector accepts only string variables. (%s_variable%)