Building integration with Google Cloud Pub/Sub Functionality

Hi all,

I am trying to build the integration of Google Cloud with UiPath as I need an automation to run once a project/model in Google Cloud finishes its daily run. The aim is that when this finishes, a log/message is sent to trigger the automation, by using Pub/Sub Integration. I am having issues setting up the connection to UiPath, as there seems to be a lack of documentation on this.

The connection to the Google Cloud Platform is already built and connected on UiPath Integration Service. Also, from the Google Cloud logs, an email can already be sent when the project finishes. I want to be able to avoid this and directly triggering the automation, maybe using IPC package within Studio.

Can anyone point me to any documentation that might help, or provide the guidelines to achieve this functionality?

Thanks

@Leonel_Bonnici

if you can call api from google cloud project which you should be able to…then you can use start job api call directly to start the job in UiPath

for details on api please check swaqgger

<orchestratorurl>/swagger/index.html

an example reference

cheers