Invoke HTTP Request
Invokes HTTP requests such as RESTful web services.

Input
| Name | Required | Description |
|---|---|---|
| API Toolkit | ||
| URL | ||
| Method | ||
| Headers |
Query
| Name | Required | Description |
|---|---|---|
| Parameters | ||
| URL Encode | Toggle on or off URL Encoding. Does NOT apply to FormURLEncoding option, that is always encoded. |
Body
| Name | Required | Description |
|---|---|---|
| Body Type |
String
| Name | Required | Description |
|---|---|---|
| Content | ||
| Content Type |
| Name | Required | Description |
|---|---|---|
| Form | Add parameters and files to the body as a multipart form. For files, provide the name of the file for the "Name" property and the local file path for the "Value" property. |
Form URL Encoded
| Name | Required | Description |
|---|---|---|
| Parameters | ||
| URL Encode | Toggle on or off URL Encoding. Does NOT apply to FormURLEncoding option, that is always encoded. |
File
| Name | Required | Description |
|---|---|---|
| File Path |
Auth
| Name | Required | Description |
|---|---|---|
| Auth Type |
Basic Auth Config
| Name | Required | Description |
|---|---|---|
| Username | ||
| Password |
Bearer Token Config
| Name | Required | Description |
|---|---|---|
| Access Token |
OAuth 1 Config
| Name | Required | Description |
|---|---|---|
| Consumer Key | ||
| Consumer Secret | ||
| Access Token | ||
| Token Secret | ||
| Signature |
OAuth 2 Config
| Name | Required | Description |
|---|---|---|
| Token Type | Prefix to the Access Token in the Authorization header. Leave empty to take default type from access token response (e.g. Bearer). | |
| Access Token |
Token Config
| Name | Required | Description |
|---|---|---|
| Grant Type | ||
| Scope | ||
| Add To Request URL | ||
| Access Token URL | ||
| Audience | ||
| Client ID | ||
| Client Secret | ||
| Username | ||
| Password |
Advanced
| Name | Required | Description |
|---|---|---|
| Request Timeout (ms) | Timeout of the request in milliseconds. Set to 0 for infinite timeout. | |
| Response Content Option | Configure how the response content is saved. | |
| Download Folder | Use when "Download File (To Folder)" option is selected. The file is downloaded to the provided folder. The file name will be acquired from the response headers if available. | |
| Download File Path | Use when "Download File (To File Path)" option is selected. The file is downloaded to the provided file path. | |
| File Extension | Overrides file extension of downloaded file. | |
| Proxy Server | Proxy to be used for all requests. |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. | |
| Response Headers | ||
| Response Body | ||
| Response Status | ||
| Response URI | ||
| Request Success | ||
| Status Code | ||
| Status Message | ||
| Error Message | Transport or non-HTTP error. | |
| Exception Message | Exception related to the request. |