I have tried to look up on this topic but I can’t find a solution for this.
I was trying to find a way to make an email to trigger a process by the Orchestrator API.
Since nowadays we have several automations looking for emails to process and if there is no emails these automations will stop. To me this seems useless, starting an automation to process nothing.
What I would like to do is, maybe in exchange server, when an email is sent to a specific account and with a specific subject it would make a call with Orchestrator API and would run an automation to process that email. This way the automation which was triggered will have an item to process because that same item trigged the automation.
I don’t have a clue if this is possible but I would love to implement it. Do you know anything about this type of email trigger ? or if is even possible to do it .
Hi @NunesDio,
I am unsure if it helps you, but I would know how to trigger a job using Start Job activity or HTTP request as that’s what I use in my triggers (so it should be possible to achieve that using Orch HTTP request too, I guess). Please see the below link - it did work for me. If you know how to trigger a job e.g. using Swagger, you just need to follow that way using the automation proposed by @Susana:
Thank you for your reply. But my question is more based outside of Uipath to trigger a job in orchestrator.
What I wanted was, and I’m suggesting exchange server because this is the one I use in my enterprise, every time in an outside mail server an email is sent to an account with a subject this would make an API call to trigger an automation that would process this same email.
What I want to know is if it is possible to build for example an function to make an Orchestrator API call to be called when an email is sent in this server.
I hope I’m being clear, but this way it wouldn’t be needed a process to be running every time.