从 Azure Functions 触发 UIPath 机器人

Trigger UIPath bot from Azure Function

是否可以通过 Azure Cloud Function 启动在 UIPath 上创建的机器人?我在 UIPath 官方文档上读到我可能需要 UIPath orchestrator 但即便如此,如果可能的话,我如何从 Azure Function 触发我的机器人?

可以从任何 HTTP 调用触发 UiPath Orchestrator 作业,您可以轻松地从 Power Automate(以前称为 Microsoft Flow)甚至 Azure Databricks 对 Orchestrator 服务器进行 HTTP 调用。您可以使用 Postman 立即测试您的通话。

首先您通过 API 调用进行身份验证,然后使用令牌的响应,将其用作以下 API 调用的 Auth,在您的情况下,这将触发一个过程。

您可以通过 Swagger 服务从本地服务器获得帮助 https:///swagger/index.html (more here)