POST
/api/v1/workflow/{workflow_uuid}/run
curl \
--request POST 'https://api.plannrcrm.com/api/v1/workflow/6ff8f7f6-1eb3-3525-be4a-3932c805afed/run' \
--header "Authorization: Bearer $ACCESS_TOKEN" \
--header "Content-Type: application/json" \
--data '{"model_type":"client","model_uuid":"string"}'
Request examples
{
"model_type": "client",
"model_uuid": "string"
}
Response examples (401)
{
"message": "Unauthenticated."
}