Run a robot from azure service bus

Hello All,
We have process read from azure SB, to populate the queues,
Is there any integration or a way to run it when we have items on the SB?

right now we have to run it every 10 minutes but its not really good way since its blocking the AVD,

BR/hazem

Hi!

Take a look at the link in this thread:
Integrating Azure service bus with UiPath - Help / Studio - UiPath Community Forum

Hi,
Thanks for answering but im trying to trigger the robot if SB has a message
now im reading from servicesBus everytime i run populate queue.
just trying to avoid run the robot while SB is empty

BR

Oh right!
Sorry, I answered the wrong question there :slight_smile:
Could the SB send the message to your orchestrator via API?

Orchestrator - API References (uipath.com)

Or you could set up an api trigger
Orchestrator - API triggers (uipath.com)

1 Like

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