scalix_cron_create
Create a cron schedule to run a function or webhook on a timer.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Schedule name | |
| config | No | Action configuration (function_id or webhook URL) | |
| expression | Yes | Cron expression (e.g., '*/5 * * * *') | |
| action_type | Yes | Type of action to trigger |