Skip to main content
PUT
/
v4
/
workflows
/
{workflowId}
/
schedule
Schedule a workflow
curl --request PUT \
  --url https://api.kadoa.com/v4/workflows/{workflowId}/schedule \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '{
  "date": "2023-10-07T10:00:00.000Z"
}'
"Workflow scheduled"

Authorizations

x-api-key
string
header
required

Path Parameters

workflowId
string
required

Body

application/json
date
string
Example:

Response

Example: