How to Run a Job using C# console application using Orchestrator API?
- Create a C# Console Application in Visual Studio
- Add Nuget Packages: RestSharp and Newtonsoft.json in the project
- Method for creating Bearer Token
- Get Robot ID using Bearer Token and Robot Name
- Get Process ID using Bearer Token and Process name
- Run the Job using ProcessID, RobotID, and Bearer Token
- Call the Methods to Run the Job