Plan limits
Create a schedule
cron field follows standard cron syntax (UTC).
See Create a Schedule for details.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Automatically process new files from a connector on a cron schedule.
| Plan | Min interval | Max schedules per connector |
|---|---|---|
| Trial | Not available | — |
| Starter | 24 hours | 5 |
| Pro | No minimum | 5 |
| Enterprise | Configurable | Configurable |
curl -X POST https://api.flexorch.com/v1/connectors/{connector_id}/schedules \
-H "X-API-KEY: dfx_your_key_here" \
-H "Content-Type: application/json" \
-d '{
"cron": "0 6 * * *",
"prefix": "incoming/",
"name": "Daily morning sync"
}'
cron field follows standard cron syntax (UTC).
See Create a Schedule for details.