A group of actions: Integrations


The action sends a HTTP request to a RESTful web-service

Action icon 

Settings 

PropertyDescriptionTypeFilling exampleMandatory field
Parameters
Endpoint URLEndpoint URLRobin.String Yes
MethodThe method of request being created. By default, Get.Robin.String No
Request bodyThe body of the request to be sent. Allows you to send a request as a JSON stringyRobin.String No
Query ParametersQuery ParametersRobin.Dictionary No
Form ParametersForm Parameters of POST methodRobin.Dictionary No
AuthorizationDictionary with authorization parameters - Basic or Bearer Token. In the case of Basic authorization, the dictionary must have the keys «user» and «pass», and the values of the dictionary elements must contain the username and password. In case of Bearer Token authorization, the dictionary must have the «token» key, and the element value must contain the Bearer Token.Robin.Dictionary No
Request HeadersRequest HeadersRobin.Dictionary No
File path for sending by POST methodThe path to the file to be attached to the requestRobin.FilePath No
Proxy server protocolThe protocol of the proxy server. For example, http, httpsRobin.String No
The hostname, or address, of the proxy serverThe hostname, or address, of the proxy serverRobin.String No
The port number of the proxy serverThe port number of the proxy serverRobin.String No
The username of the proxy serverThe username of the proxy serverRobin.String No
The password of the proxy serverThe password of the proxy serverRobin.Object No
Results
Response statusResponse status code. Returned by all methods.Robin.String  
Response Headers.Response Headers. Returned by all methods.Robin.Dictionary  
Response bodyResponse body. Returned by all methodsRobin.String  
IdentificatorA string variable to which the identifier from the „Id“ response header will be written. Returned by POST method onlyRobin.String  
Указатель ресурсаThe Location response header indicates the URL to redirect a page to. It only provides a meaning when served with a 3xx (redirection) or 201 (created) status response and only for POST method.Robin.String  
  • Нет меток