REST Mailbox

This block enables that any REST can be called from a workflow. Variables are specified on the Mailbox and/or workflow and sent to request. The response is stored to variables and/or a file.

Double-clicking on a REST Mailbox block opens a special pop-up window: REST Mailbox, where you define the settings.

The window can be divided into 3 sections:
- Header – select mailbox from drop-down menu
- List of operations with details – Information about the selected mailbox (previously defined in the Administration Panel | … | Mailboxes)
- Tabs: Body, Authentication and Custom headers
In the bottom, there are 3 buttons:
- Reset – Returns all field values to default or empty.
- OK – Saves information and closes the window.
- Cancel – Closes window without saving.
1. Header
Mailbox
|
From the drop-down menu, select the mailbox that you want to use (has to be created before).
|
2. List of operations with details
Operation
|
Identifier to find data used in workflow, e. g. method type, like URL.
|
Data
|
Displays custom data, e. g. the path to use the variable from the Mailbox and from the workflow.
|
Resource
|
Displays all methods for the selected Mailbox in a drop-down menu.
|
Request timeout s
|
If needed, enter timeout in seconds.
|
3. Tabs
Body
|
Enter parameters in a format to suit the method type into the fields:
- Request content – for requests
- Response content – for responses
|
|
Select authentication type: No Auth, API key, Basic Auth, Bearer Token, Token |
Custom headers
|
Specify custom information in the Custom headers grid. Data from Custom header will be sent to the http request header.
|