API Calls on OPEN RPA

Hi how to make api calls on Open RPA, any documentation available?

OpenRPA was always meant to be a “probe” of openflow.
Something you call from openflow when you need RPA done, and everything else is done from openflow ( agents or nodered ) there for the primary place to do api calls is from one of those.
But in OpenRPA you can do anything using invoke code.
Calling an rest api is only one line of code, if you use In invoke-restmethod from powershell, or you can make any http request using webrequest

In addition to Allan’s words

One of the methods is shown in the video

You can also send requests to the API through PowerShell (Invoke Code activity). There is a lot of information about this on the Internet.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.