Send a Weekly E-Mail on each Monday

Hello, how can send a Weekly E-Mail on each Monday to a list of people?

Hi @robot_robot, you can use “Today.DayOfWeek.ToString” in ‘If’ activity to check if it’s Monday and if so, in the then condition, you can program the bot to send an email.

1 Like

Usually this is achieved through unattended robot by setting a time based trigger in Orchestrator.

Do you have an unattended robot runtime available?

Yes, I do.

Then create the process in Studio, publish it to Orchestrator.
In Orchestrator do the following:

  • Navigate to the folder, where the process should be run from: In my Example “Shared”
  • Navigate to Automations Tab
  • Add process and configure your published Process to Orchestrator
  • After successfully adding the Process you will be on a Page, where you can “Add Trigger” directly
  • Set a Time Based Trigger like so:
    • Hint: You might want to select Account/Machine and Tick some of the Alerts if desired

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.