Can I trigger an Automation using an API client, like Postman or any third party software?
If yes, what would be the process to do that?
Hi,
First you need to generate token using api\webtoken api. You will need to pass valid user id and password in body
Then you need to call api/a/automation api to perform automation. Please refer api-docs or user manual to get more information regarding the body of request to be passed
Regards,
Amit
Thanks . This helps.