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"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"Documentation Index
Fetch the complete documentation index at: https://docs.kadoa.com/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
The ID of the workflow to schedule
ISO date (attention its timezone UTC) string required in request body
"2023-10-07T10:00:00.000Z"
Workflow scheduled successfully
The response is of type string.
"Workflow scheduled"