# Create a workflow task **POST /api/v1/workflow/{workflow_uuid}/task** ## 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) - **name** (string) The name of the task. - **visible_to_clients** (boolean) Denotes if the task is visible to clients. - **priority** (string) The priority of the workflow task. Possible values are: high, low and null - **description** (string) The extra description added to a task. - **task_status_uuid** (string) The UUID of the task status to use as the default for new tasks created in this workflow. - **offset_due_at_by** (integer) The number of days the due_at should be set when the workflow has been triggered. - **participants** (array[string(uuid)]) Account UUIDs to be assigned to the task. - **parent_uuid** (string(uuid)) The parent task. Apply this if you want the task to be one of a tasks sub-tasks. - **trigger_uuid** (string(uuid)) The task that will trigger this task to be created. - **auto_assign_assigned_adviser** (boolean) Denotes that when the workflow is run, should we assign the assigned adviser of the client as a participant of the task. Only works when a workflow is run on a client. - **auto_assign_assigned_administrator** (boolean) Denotes that when the workflow is run, should we assign the administrator of the client as a participant of the task. Only works when a workflow is run on a client. - **auto_assign_assigned_paraplanner** (boolean) Denotes that when the workflow is run, should we assign the assigned paraplanner of the client as a participant of the task. Only works when a workflow is run on a client. - **auto_assign_clients** (boolean) Denotes that when the workflow is run, should we assign the client as a participant of the task. - **groups** (array[string(uuid)]) UUIDs of groups that will be assigned when the task is created. ## Responses ### 401 #### Body: application/json (object) - **message** (string) [Powered by Bump.sh](https://bump.sh)