How to Generate trigger from bot_1(if executed then alert trigger send to bot_2, it will run after an hour) to bot_2 through API

How to Generate trigger from bot_1(if executed then alert trigger send to bot_2, it will run after an hour) to bot_2 through API

Anyone please

Thanks
Shaik

@shaik.muktharvalli1

You can use orchestrator api to create a trigger for bot 2 which runs after one hour from the current time

For complete api details check the swagger - <orchestratorURL>/swagger/index.html

Cheers