# Run a workflow **POST /api/v1/workflow/{workflow_uuid}/run** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Path parameters - **workflow_uuid** (string) ### Body: application/json (object) - **model_type** (string) | The type of model to trigger a workflow on. | Value | Description | | ----- | ----------- | |client|Client| |case|Case| - **model_uuid** (string(uuid)) The uuid of the model to trigger a workflow on. ## Responses ### 401 #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)