Skip to main content
POST
Create schedule

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required
Minimum string length: 3
cronSchedule
string
required

5-field cron expression or interval form (1-59 seconds)

functionUrl
string<uri>
required
httpMethod
enum<string>
required
Available options:
GET,
POST,
PUT,
PATCH,
DELETE
headers
object
body
object

Response

Schedule created successfully

id
string<uuid>
cronJobId
string | null
message
string