add_schedule
Add a cron schedule to an automation, enabling recurring execution at times specified in Pacific time.
Instructions
Add a new cron schedule to an automation.
Args: automation_id: The automation UUID. cron: Cron expression in Pacific time, e.g. "0 14 * * *" for 2pm daily.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cron | Yes | ||
| automation_id | Yes |