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":"864d9ab6-c613-42c3-9c91-8e25668106ee"}'
Request examples
{
"model_type": "client",
"model_uuid": "864d9ab6-c613-42c3-9c91-8e25668106ee"
}
Response examples (401)
{
"message": "Unauthenticated."
}