Call OpenRPA (OpenWokrflow) via API

Hi. my client has a button on their website, they want to execute a remote bot when this button is pressed with the necessary information for the bot to execute. Can I do this via API (called from the client’s website side) to execute a remote bot?

Hi,

Your case looks similar to this topic, please check if it would fit your use case:

1 Like

@AndrewK, From what I read in your attached post, something about my problem will be solved. Thanks a lot

@ D_ng_Dinh_Nghia From the limited information above, it sounds not so hard:
If you have a nodeRED running somewhere accesssible then this is all it takes:

  • a http-in node (POST, to accept arguments in the payload)
  • a function to transform the payload in needed in the format for the openrpa call (keys in the payload are arguments for openrpa)
  • call openrpa
  • return a http-responseCode to the caller of the API. (if your rpa call executes really fast you can connect the response to the outputs of the rpa workflow to indicate success or failure.)

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