# Create a workflow **POST /api/v1/workflow** ## Servers - https://api.plannrcrm.com: https://api.plannrcrm.com () ## Authentication methods - Personal access token & O auth2 ## Parameters ### Body: application/json (object) - **name** (string) The name of the workflow, must be unique. ## Responses ### 200 #### Body: application/json (object) - **uuid** (string) UUID of the account - **created_at** (string) The timestamp of when the resource was created. - **updated_at** (string) The timestamp of when the resource was updated. - **name** (string) Name of the workflow - **type** (string) The type of workflow. - **tasks_count** (integer) The number of tasks on the workflow. [Powered by Bump.sh](https://bump.sh)