How to set a reminder on my mobile device

Hi team,

  • 1st BOT is set as a reminder on my mobile device.
  • When I stop the reminder manually the 2nd BOT is triggered through the orchestrator.

How can I do this?

Thanks
Minal P

@minal.patil

Create a UiPath bot (BOT 1) that serves as the reminder. This bot will send you reminders at specific times or intervals through a communication channel on your mobile device.

You need a mechanism to detect when you manually stop the reminder on your mobile device. The specific method for detecting this action will depend on the communication channel and the capabilities of your mobile device.

Once the action of stopping the reminder is detected, you can trigger the second bot (BOT 2) through UiPath Orchestrator.
-Ensure BOT 2 is published and available on UiPath Orchestrator.
-Use the UiPath Orchestrator API to start BOT 2. You can use the “Start Jobs” endpoint to trigger a specific process (BOT 2).

BOT 2 can perform any tasks or actions you need based on the stop reminder trigger.