WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for Invoke REST Web Service action

Applies to version: 2020.1.x and above; author: Tomasz Słuszniak   Introduction When implementing projects in WEBCON BPS you can facilitate communication between project members via the Team feature in Microsoft Teams. Instead of adding a new Team manually, let WEBCON digital process automation help you!  Adding a new Team can be automated by using the WEBCON BPS when

Applies to version: 2020.1.x; author: Dawid Golonka   Introduction One of the functionalities in WEBCON BPS system is the ability of using the REST API interface. API is the basic method of data exchange between two systems and it is often used both to download data and transfer it from WEBCON BPS to other applications (e.g. data transfer to the vacation system). For more informat

Applies to version: 2021.1.x and above; author: Agnieszka Burda   Introduction With WEBCON BPS you can use API interface. The article available here: https://community.webcon.com/posts/post/the-invoke-rest-web-service-action/170/ describes the “Invoke REST Web Service” action provided in Designer Studio that allows users to use external services sharing their own API. Th

(...) ly—will be rolled back. Note: Rolling back actions within an automation does not undo any changes made in external systems as a result of integration (e.g., an entry created in SAP using the Invoke REST Web Service action ).   Fig. 2. Message indicating that the SQL query in the action exceeded the timeout limit   HTTP requests HTTP requests can be divided into two categories: those defined (...)

(...) teger parameters and returns their sum. First we have to get out the $Body out of the WEBCON endpoint invoke: $data = ConvertFrom-Json $Body The JSON body set in the configuration of the Invoke REST Web Service action in WEBCON will be explained later and looks like this. There are two required parameters for the summand1 and summand2 and one optional parameter summand3. To illustrate validation error the form fie (...)