A group of actions: Integrations
The action sends a HTTP request to a RESTful web-service
Settings
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Endpoint URL | Endpoint URL | Robin.String | Yes | |
Method | The method of request being created. By default, Get. | Robin.String | No | |
Request body | The body of the request to be sent. Allows you to send a request as a JSON stringy | Robin.String | No | |
Query Parameters | Query Parameters | Robin.Dictionary | No | |
Form Parameters | Form Parameters of POST method | Robin.Dictionary | No | |
Authorization | Dictionary 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 Headers | Request Headers | Robin.Dictionary | No | |
File path for sending by POST method | The path to the file to be attached to the request | Robin.FilePath | No | |
Proxy server settings | Specifies the settings for the proxy server to use. You can use the system proxy settings set at the OS level, or configure custom proxy settings, or connect without a proxy server. The system settings are used by default. | Robin.String | No | |
Proxy server protocol | The protocol of the proxy server. For example, http, https | Robin.String | No | |
The hostname, or address, of the proxy server | The hostname, or address, of the proxy server | Robin.String | No | |
The port number of the proxy server | The port number of the proxy server | Robin.String | No | |
The username of the proxy server | The username of the proxy server | Robin.String | No | |
The password of the proxy server | The password of the proxy server | Robin.Object | No | |
Get file | Ability to get files from a request. If «true» is selected, the «Path to folder» and «File name» fields must be filled in. | Robin.Boolean | true | No |
Path to file | The path to the folder where the resulting file should be saved. | Robin.FolderPath | C:\doc\img | No |
File name | A field for the file name with an extension. | Robin.String | No | |
Overwrite | Overwrite existing file. If the value of the parameter is false, and a file with the same name and extension already exists in the specified folder, an error will be raised. The default value is false. | Robin.Boolean | true | No |
Results | ||||
Response status | Response status code. Returned by all methods. | Robin.String | ||
Response Headers. | Response Headers. Returned by all methods. | Robin.Dictionary | ||
Response body | Response body. Returned by all methods | Robin.String | ||
Identificator | A string variable to which the identifier from the „Id“ response header will be written. Returned by POST method only | Robin.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 |
Обзор
Инструменты контента