Trigger Bot by using API automatically

Hi All,

I’m a BOT to run at a certain time, Once the process is completed it should automatically trigger another process.
How can I do that.? Please need your advice.

Regards
Ariv

Schedule the first process through orchestrator. Since you want process 2 to be executed inmediately after execution of first process , you can use the activity start job or use orchestrator api call to trigger process 2

1 Like

@Sourav_Anand thanks for your response, Im not well aware of API.
do you have a sample workflow.? or how to do ?