Documentation
WebGet Documentation
Note: The documentation always refers to the latest version of the plugin
Plugin Connectors
Connector | Type | Description |
Get predefined | input, trigger | Reads the data from the predefined Url. The Url is set in the settings dialog. |
Get Url | input, string | Reads the data from the Url received on this input connector. If the Url provided is not in a proper format, the plugin will trigger an error. |
Data | output, string | The data gathered from the visit to the Url |
Error | output, string | If the plugin encounters an error, the error message is sent through this output connector. |
Plugin Settings
Setting | Valuetype | Description |
Predefined Url | text | This is the Url that will be visited if the input connector “Get predefined” is triggered. The format of the Uri should validate, otherwise an error will occur. Example of correct format is “http://google.com/” |