Changes

no edit summary
Line 2: Line 2:     
* Invoking some functionality on a remote server (WebHook). For example, tell your home automation server to turn of a light
 
* Invoking some functionality on a remote server (WebHook). For example, tell your home automation server to turn of a light
* Request some data from a remote web based API. For example, request the latest weather forecast data from a Weather API.
+
* Request some data from a remote web based endpoint. For example, request the latest weather forecast data from a Weather API.
    
The HttpRequest action supports the following HTTP request methods: GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS, TRACE
 
The HttpRequest action supports the following HTTP request methods: GET, POST, PUT, DELETE, PATCH, HEAD, OPTIONS, TRACE