How we can event trigger a robot through Orchestrator?

There are 2 ways to trigger a job- manual and by scheduling job in Orchestrator. But is there any way we can trigger a robot to start particular process/job when an event occur? For example when an email will receive to place an order or about any FAQ, this event will start a particular process.
Thanks in advance

1 Like

yah thats possible
like we need to create a process that runs for every five minutes with schedule option in orchestrator
and in that process we need to include a GET OUTLOOK MAIL ACTIVITY and look for the mail we want and if we find any such we can trigger a process with START JOB activity by keeping in that sequence

Cheers @shaan009

Ok…thanks for the response. So basically we have to schedule a process in Orchestrator that will run at a time interval, But is there anything like when a particular event occur in an application(web/desktop), the application will trigger an attended robot (not human, but application) and a particular process will execute?

1 Like

yes to be in unattended mode
and for this

yah thats obsolutely possible
we can use MONITOR EVENTS and its activities like click trigger or mouse trigger
so that if a element is clicked in a application then the sequence of activites inside the monitor trigger will get executed
image

Cheers @shaan009

2 Likes

Oh Thank you very much ! That actually helped.

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