Skip to main content
POST
Create a workflow schedule

Authorizations

x-api-key
string
header
required

Tenant API key. Required on every endpoint.

Body

application/json

Schedule definition

workflow_id
string
required
cron_expression
string
required
Example:

"0 9 * * 1"

timezone
string
Example:

"Asia/Kolkata"

max_retries
integer
retry_delay
integer

Response

Created

id
string
workflow_id
string
cron_expression
string
timezone
string
is_active
boolean
max_retries
integer
retry_delay
integer
run_count
integer
last_run_at
string
next_run_time
string
user_id
string
org_id
string
created_at
string
updated_at
string