PANTHEON™ Help

 Категории
 PANTHEON Help - Welcome
[Collapse]PANTHEON
 [Collapse]PANTHEON упатства
  [Collapse]Guide for PANTHEON
   [Collapse]Settings
    [Expand]Subjects
    [Expand]Items
    [Expand]POS
    [Expand]Manufacturing
    [Expand]Personnel
     Calendar
    [Expand]Financials
    [Expand]Customs
    [Expand]Program
    [Collapse]Documentation
     [Expand]Documents
     [Expand]Classification Scheme
     [Expand]Exchange Settings
     [Expand]Пощенска стая
     [Expand]Send SMS or Email
     [Collapse]Workflow Design
      [Expand]About workflows
      [Expand]Workflow (system) toolbar
       Settings - WF
      [Collapse]Design
        Task edit - general
       [Collapse]Design - Workflow Elements
         Workflow blocks (default)
        [Expand]PANTHEON Forms blocks
        [Collapse]Input/Output blocks
          Open URL
         [Expand]Scan
          Print Files
          MS Office template
          DB to XML
          XML to DB
          XML from/to variables
          REST request
          REST Mailbox
          Send mail
          Send SMS
          Translation
          OAuth authorization
          Отпечатване на доклад
          Check Conditions
        [Expand]Goods/Orders blocks
        [Expand]DMS blocks
       [Expand]Design Toolbar
       [Expand]Block settings
        Как да - Решаване на грешка при зареждане на диаграма на работния процес
      [Expand]Workflow - Old topics
     [Expand]To-Do
     [Expand]ПАНТЕОН DMS Добавка
    [Expand]Logon
   [Expand]Orders
   [Expand]Goods
   [Expand]Manufacturing
   [Expand]POS
   [Expand]Service
   [Expand]Financials
   [Expand]Personnel
   [Expand]Analytics
   [Expand]Desktop
   [Expand]Помощ
   [Expand]Старите продукти
   [Expand]Messages and Warnings
   [Expand]Additional programs
  [Expand]Ръководство за PANTHEON Търговия
  [Expand]Ръководство за PANTHEON Vet
  [Expand]Ръководство за PANTHEON Фермерство
 [Collapse]PANTHEON потребителски ръководства
  [Expand]Ръководство за потребителя за PANTHEON
  [Expand]Ръководство за потребителя за PANTHEON Retail
  [Expand]Ръководство за потребителя за PANTHEON Vet
  [Expand]Ръководство за потребителя за PANTHEON Farming
[Collapse]PANTHEON Web
 [Collapse]PANTHEON Web Guides
  [Expand]Ръководство за PANTHEON Web Light
  [Expand]Ръководство за PANTHEON Уеб Терминал
  [Expand]Ръководство за PANTHEON Web Legal
  [Expand]Архив на стари продукти
 [Collapse]PANTHEON Web User Manuals
  [Expand]Започване на PANTHEON Web
  [Expand]User Manual for PANTHEON Web Light
   Ръководство за потребителя за PANTHEON Web Terminal
  [Expand]Ръководство за потребителя за PANTHEON Web Legal
  [Expand]Архив на стари продукти
[Collapse]PANTHEON Гранула
 [Collapse]Ръководство за PANTHEON Гранули
  [Expand]Гранула за служители
  [Expand]Пътни заповеди Гранула
  [Expand]Гранула за документи и задачи
  [Expand]Гранула Табло
  [Expand]Гранула за B2B поръчки
  [Expand]Гранула за обслужване на клиент
  [Expand]Инвентаризация на дълготрайни активи
  [Expand]Гранула за складови наличности
 [Collapse]PANTHEON Granules
   Започване
   Using PANTHEON Granules at Tecta, a fictional company
  [Expand]PANTHEON Granules and activation
  [Expand]PANTHEON Granule Work records
  [Expand]PANTHEON Granule Travel orders
  [Expand]PANTHEON Granule Documents and Tasks
  [Expand]PANTHEON Granule B2B orders
  [Expand]PANTHEON Granule Dashboard
  [Expand]Полеви сервизен гранул
   PANTHEON Granules - FAQ
  [Expand]Инвентаризация на дълготрайни активи
  [Expand]Инвентаризация на склада Гранула
   Архив
[Expand]Потребителски сайт

Load Time: 500,0037 ms
"
  1000000420 | 220261 | 406389 | Localized
Label

REST mailbox

The REST mailbox block enables that any REST can be called from a workflow.

The block can be accessed from the menu Settings | Documentation | Workflow Design by clicking the panel Design | Input/Output.

HINT

REST (Representational State Transfer) is an architecture for exchanging data between web services.

 

Variables are specified in the mailbox and/or workflow and sent to the request. The response is stored to variables and/or a file.

HINT

For the REST mailbox block to work properly, it is necessary to create and properly configure the mailbox in the menu Settings | Program | Administration Panel | Settings | Documentation | Mailboxes in PANTHEON.

Double-clicking the REST mailbox block opens the REST mailbox window, which is divided into two parts for defining the required settings:

 

1. General

In this section, you need to define the general mailbox data to enable data exchange with the web service.

Mailbox

From the drop-down list, select the mailbox you want to use for data exchange with the web service (must have been created beforehand).

HINT

For more information on how to create a mailbox, see the chapter Setting up a REST mailbox in the user manual.

 

Operation

Identifier for retrieving data used in a workflow, such as method type, URL, etc.

Data

Displays any data from the selected mailbox, e.g. the path to use a variable from the mailbox and from the workflow.

Resource

Enter the URL link for the specific action.

Request timeout s

If needed, enter the request timeout in seconds.

2. Tabs

2.1 Body

Request content

Select the type of method (data format) that you want to send to the web service.

Response content

Select the type of method (data format) that you want to receive from the web service.

(Input field)

Enter the request parameters corresponding to the selected method (e.g. in the JSON format as shown in the image above).

2.2 Authentication

Auth type

From the drop-down list, select one of the available Auth types:

  • No Auth – No authentication.
  • API key – Authentication using API key. If selected, the following fields appear:
    • Key – Enter the API key obtained from the web service.
    • Value – Enter the value of the API key.
  • Basic Auth – Authentication using a username and password. If selected, the following fields appear:
    • User – Enter the username.
    • Password – Enter the password.
  • Bearer Token – Authentication using a security token. If selected, the following fields appear:
    • Token – Enter the security token.
  • Token – Authentication using an access token. If selected, the following fields appear:
    • Token – Enter the access token.

2.3. Custom headers

In the tab, you can customize the request header.

Key

Enter the name of the key.

Value

Enter the value of the key.

 

There are 3 buttons at the bottom of the window:

Reset

Returns all field values to default or empty.

OK

Saves information and closes the window.

Cancel

Closes window without saving.

 

 

 

Оценете темата
Темата беше ли ви полезна?
Коментар
Вашият коментар ще бъде видим и във форума!