chaprola_schedule
Create a recurring scheduled job to run a Chaprola endpoint on a cron expression. Supports up to 10 schedules per user and a 15-minute minimum interval.
Instructions
Create a scheduled job that runs a Chaprola endpoint on a recurring cron. Max 10 schedules/user, 15-min minimum interval
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Request body for the target endpoint. userid is injected automatically | |
| cron | Yes | Standard 5-field cron expression (min hour day month weekday). Minimum interval: 15 minutes | |
| name | Yes | Unique name for this schedule (alphanumeric + hyphens/underscores) | |
| endpoint | Yes | Target endpoint to call | |
| skip_if_unchanged | No | Skip when response matches previous run (SHA-256 hash). Default: false |