Documentation Index
Fetch the complete documentation index at: https://docs.sigmic.ai/llms.txt
Use this file to discover all available pages before exploring further.
Scheduled Tasks
Scheduled tasks let you run AI agent sessions automatically on a recurring schedule. Instead of manually starting a conversation each time, define a task once and let it run on its own — daily, weekly, hourly, or on any custom schedule.Business Use Cases
Daily Reports
Generate daily sales summaries, inventory snapshots, or KPI dashboards every morning before your team starts work.
Recurring Data Analysis
Analyze weekly marketing metrics, customer churn trends, or financial data on a set schedule and deliver results to your workspace.
Automated Monitoring
Check competitor pricing, monitor website uptime, track social media mentions, or scan for regulatory changes at regular intervals.
Periodic Content Creation
Draft weekly newsletters, generate social media post ideas, or prepare recurring email campaign content automatically.
Data Collection & ETL
Scrape data from websites, aggregate information from multiple sources, or transform and clean datasets on a schedule.
Compliance & Auditing
Run periodic compliance checks, generate audit reports, or validate that systems meet required standards.
Creating a Scheduled Task
- Open the Scheduled Tasks page from the Chat UI sidebar
- Click Create Task
- Configure the task:
| Field | Description |
|---|---|
| Name | A descriptive name for the task (e.g., “Daily Sales Report”) |
| Message | The prompt that the agent will execute each time the task runs |
| Schedule | A cron expression defining when the task runs (e.g., 0 9 * * 1-5 for weekdays at 9 AM) |
| Timezone | The timezone for the schedule (e.g., America/New_York) |
- Click Save to create the task
Cron Expression Examples
| Expression | Schedule |
|---|---|
0 9 * * * | Every day at 9:00 AM |
0 9 * * 1-5 | Weekdays at 9:00 AM |
0 */6 * * * | Every 6 hours |
0 9 * * 1 | Every Monday at 9:00 AM |
0 0 1 * * | First day of every month at midnight |