Trigger job execution from CMD / microservice

Hi,

I have this scenario:
A microservice is monitoring a mailbox. Whenever a new email arrives I want to run a process.

I know how to run a process from cmd, BUT I would like to start a job in the Orchestrator instead.
Is it possible to do that via cmd or inside the microservice?

Br,
Diitrios

Hi @dntakoulas,

I am not sure that this is what you would like to do, but you could call your orchestrators API to start the job and add in whatever parameters you would like into the API call. Documentation can be found here UiPath Connector Guide or if you would like to see the swagger Swagger UI,
official docs Processes Requests

Regards,
Zev

Thanks a lot, I will check it.