Scheduled Jobs
Some agents support scheduled executions so they can act at the right time without a user opening the chat manually.
What you can do
- View existing scheduled jobs
- Create a new job when the feature is enabled for your agent
- Choose the message or payload type
- Pick a schedule format
- Select a delivery mode
- Review the next run time
- Delete jobs you no longer need
Schedule types
| Type | Meaning |
|---|---|
| In | Run once after a delay |
| At | Run at a specific time |
| Every | Repeat on a regular interval |
| Cron | Use a cron-style schedule for advanced recurrence |
Delivery modes
| Mode | Meaning |
|---|---|
| Push | Delivers the result as a push-style event |
| None | Runs without an external delivery action |
| Webhook | Sends the result to an external endpoint |
| Announce | Uses an announcement-style delivery flow |
warning
If scheduled execution is not enabled for the agent, you may see a message asking you to enable cron scheduling first. That capability is controlled internally and may not be available to every user.