Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs
You can schedule notifications at specific times, such as 9:00 AM, and multiple times a day by using Azure Functions with a timer trigger. This allows you to set up a cron expression to define the specific times when the notifications should be sent.
| Example | When triggered |
|---|---|
0 0 9 * * * |
at 9:30 AM every day |