Building and customizing solutions using Microsoft 365 Copilot APIs and tools
The Scheduled Prompt feature in Microsoft 365 Copilot Chat and Teams Workflows can execute on a schedule, but they do not programmatically invoke a Copilot Studio conversational agent. A successful schedule execution only indicates that the scheduled task ran—it does not guarantee that the custom agent was launched or processed the prompt.
Currently, Copilot Studio conversational agents are designed to be user-initiated and there isn't a supported capability to automatically start a conversation with an agent on a recurring schedule.
If your objective is to automate business logic on a schedule, the recommended approach is to:
- Use a Power Automate scheduled cloud flow (or Logic App) to run the required automation directly.
- If your agent relies on Power Automate flows or backend APIs, schedule those flows/APIs instead of trying to trigger the conversational agent.
If your requirement is specifically to have the Copilot Studio agent itself run automatically every day without user interaction, this scenario is not currently supported.