Skip to main content
POST
Create workflow schedule

Authorizations

Authorization
string
header
required

Organization API key, generated in studio.sidenet.ai. Backend only — never in a browser.

Body

application/json
workflow_id
string<uuid>
required
Example:

"4c2f9e18-7a63-4d05-b1e8-93a7c0f2d641"

user_id
string
required

The user the runs execute as (billing group, integrations, result thread owner).

Example:

"user_4821"

timezone
string
required
Example:

"Europe/Paris"

copilot_id
string<uuid>
Example:

"a5e91c07-3f24-4b68-9d15-8c72e0b4a396"

group
object
recurrence
object
Example:
cron
string

Alternative to recurrence. Minimum interval: hourly.

Example:

"0 8 * * 1-5"

starts_at
string<date-time>
ends_at
string<date-time>
input
object
Example:
notify
enum<string>
default:thread
Available options:
thread,
none
thread_title
string
Example:

"Daily signups digest"

name
string

Response

The schedule, with its next run times

schedule
object
next_fires
string<date-time>[]