REST Job

The REST Job allows you to call a REST endpoint.

Parameters

NameDescription
BaseUrlThe Base URL of the REST API
EndPointThe path of the EndPoint
MethodThe HTTP method to execute.
RequestBodyThe body of the request
RequestHeadersThe headers to include in the Request. One header per line.
UsernameThe username
PasswordThe password

Authentication

The REST Job support simple authentication through the Username and Password parameters.