Run a workflow Run in API Explorer
Ask AI
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":"c3d14ebe-e48b-43f2-9a8c-4f696565ad80"}'
Request examples
{
"model_type": "client",
"model_uuid": "c3d14ebe-e48b-43f2-9a8c-4f696565ad80"
}
Response examples (401)
{
"message": "Unauthenticated."
}