curl --request POST \
--url https://api.kadoa.com/v4/templates/{templateId}/link \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"workflowIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"force": true
}
'{
"error": false,
"success": true,
"linkedCount": 123,
"workflowIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}Link one or more workflows to a template
curl --request POST \
--url https://api.kadoa.com/v4/templates/{templateId}/link \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"workflowIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"force": true
}
'{
"error": false,
"success": true,
"linkedCount": 123,
"workflowIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}API key for authentication
Template ID
Body
200
Response for linking workflows to a template