Hi community,
I would like to create an email alert when the following conditions occur for a queue item:
- Status = New or Status = In Progress
- Started time > 26 minutes ago
Ideally, the UiPath standalone orchestrator would send a webhook to an HTTPS endpoint that I specify. I would then generate an email alert using the transaction information such as the reference number, time started, machine/robot, etc.
I have these constraints:
- I do not want the alert to be triggered from a UiPath robot, as the delay may be caused by a robot/VM/target app error
- I cannot use a third party to poll the orchestrator, as inbound HTTPS requests are disallowed by the firewall (outbound requests from the orchestrator are allowed).
Please let me know if you have any ideas.
Thanks!