It would be great if we could call HTTP API requests from UiPath Apps itself.
For example, I had a scenario were I was supposed to get information in UiPath Apps and pass it to ServiceNow application by using ServiceNow APIs.
To achieve this, I triggered a robot from apps which called ServiceNow API.
It would have been better if I could have HTTP integrations in UiPath Apps itself to call ServiceNow API and pass data in it.
Please let me know if any more information is needed.
@Michaeljep You can now call APIs directly from Apps using the following methods:
CustomHTML control: this control has a JavaScript feature where you can write your own JS code (e.g. call an API) and trigger that code from any control. Check this video for more info: https://www.youtube.com/watch?v=CBxEinRNx5Y
Custom Integration Service connector: you can build a custom connector to call the desired API, then reference that connector in your App using the new Connection feature. Check this video for more info: https://www.youtube.com/watch?v=fW3-nWLdDfg