Rest
Name | Type | Description |
---|---|---|
url | string | The URL for the REST call. Should be in complete format such as "http://my_rest_entry.example.com" default: http:// |
proxy | object | Optional REST proxy URL, if a proxy server is used. |
method | enum GET PUT POST DELETE | HTTP method to use. |
Example rest
{
"uid": "notify_task",
"kind": "notify",
"payload": {
"notify_method": "rest",
"rest": {
"url": "http://my_rest_entry1.example.com/1057729/complete",
"method": "PUT"
}
}
}