aidelly_create_report_schedule
Create a new report schedule. Soft-capped at 10 active schedules per workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional body override for endpoints with sparse parameter schemas. | |
| name | No | Schedule name, unique per workspace. Defaults to the seed report's title; a duplicate name returns 409 PUBLIC_API_SCHEDULE_NAME_CONFLICT. | |
| query | No | Optional query overrides for endpoints with sparse parameter schemas. | |
| cadence | Yes | ||
| brand_id | No | ||
| report_id | Yes | ||
| next_run_at | No | ISO 8601 datetime. If omitted, auto-calculated based on cadence. | |
| workspace_id | No | Workspace to operate in. Do not ask the user for this UUID — call aidelly_list_workspaces and use the `id` of the matching workspace. Optional for read operations; required when creating content. | |
| idempotency_key | Yes | ||
| recipient_emails | Yes |