Field Type Required Description
blockOptions.method.args.url + Target url. It can contain port.
blockOptions.method.args.credential credential – User and password for HTTP authorization.
blockOptions.method.args.request string – Type of request. Possible value: GET, POST, PUT, DELETE. Default value: GET.
blockOptions.method.args.contentType string – Type of sending content
blockOptions.method.args.content string – Sending content
blockOptions.method.args.headers dictionary – Set of custom HTTP headers
blockOptions.method.args.skipSecurity bool – Skip any security checks: check date, domain, and self-signed certificates criteria. Default value: false.
saveResult object – Save result to a global variable
saveResult.method string + Save result method name
saveResult.args.name string + Name of a global variable to stored value to.