schedule_config in the automation definition, alongside "trigger_type": "SCHEDULE".
Schedule types
Cron
Run at specific times using a cron expression:minute hour day-of-month month day-of-week.
Interval
Run at a fixed interval in seconds:The minimum interval is 60 seconds.
Configuration
Validation
cron_expressionis required whenschedule_typeis"cron"interval_secondsis required whenschedule_typeis"interval"- Interval must be at least 60 seconds
Schedule info
Once a scheduled automation is created, you can query its next run times through the GraphQL API. TheScheduleInfo type returns its upcoming run times.