POST
/
workflows
/
schedules
/
create
curl --request POST \
  --url https://api.kaizenautomation.com/workflows/schedules/create \
  --header 'Content-Type: application/json' \
  --data '{
  "workflowId": "<string>",
  "loginId": "<string>",
  "cronExpression": "<string>",
  "timezone": "<string>",
  "params": {}
}'
{
  "workflowId": "<string>",
  "loginId": "<string>",
  "cronExpression": "<string>",
  "timezone": "<string>",
  "params": {},
  "id": "<string>"
}

Body

application/json

Create workflow schedule parameters

The body is of type object.

Response

200
application/json

Schedule created successfully

The response is of type object.