How to send 3 emails at different date and time from same bot

Hi , in this automation , bot has to send 1st email at 11:30pm then 2nd email at 5:30am morning and then3rd email at 6am .
subject will be diffrenet but body line will be same
to the same email address

How to achive this …
Can we use single bot and multi bot to achive this
Please let me know its urgent…thanks

@Syed_Sultan_Ahmed1,

Add the logic to send email in single process/bot.

Schedule the bot 3 times as per requirement.

When bot will execute it will check for the current time and send the required email.

No need of multiple bots

Thanks,
Ashok :slightly_smiling_face:

@Syed_Sultan_Ahmed1

One automation shouel be enough…

That can be acheduled at required time

Now coming to the subject different…add it as an input argument to the first xaml …so that as per scheduled time when you schedule you can add default input value so that depending on time of run the subject would change…later if you need more can add more times and different subjects as well

Cheers