API Docs / Schemas / CreatePipelineOnboardingTaskTemplateRequest

CreatePipelineOnboardingTaskTemplateRequest

Request DTO for creating a new pipeline intake task template

Properties

Name Type Description
pipelineCode*string

Code of the pipeline this template belongs to

Code of the pipeline this template belongs to

namestring

The name of the intake task

The name of the intake task

descriptionstring

The description of the intake task

The description of the intake task

timeEstimateMinutesinteger

The estimated time to complete the task, in whole minutes.

The estimated time to complete the task, in whole minutes.

dueDateOffsetDaysinteger

Days after the card's start date for the task due date

Days after the card's start date for the task due date

assignmentTypeenum

Unassigned SpecificUser ClientManager ClientServiceManager ClientPartner ClientAssociate

Unassigned SpecificUser ClientManager ClientServiceManager ClientPartner ClientAssociate

assignedUserCodestring

Code of the user to assign tasks to (only used if AssignmentType is SpecificUser)

Code of the user to assign tasks to (only used if AssignmentType is SpecificUser)

assignedTeamCodestring

Code of the team to assign tasks to (optional, independent of AssignmentType)

Code of the team to assign tasks to (optional, independent of AssignmentType)

workflowCodestring

Code of the workflow template to apply to generated tasks

Code of the workflow template to apply to generated tasks

categoryCodestring

Code of the category to apply to generated tasks

Code of the category to apply to generated tasks

checklistarray of ChecklistItemDto

Checklist items for this intake task template

Checklist items for this intake task template

activeboolean

Whether this template is active

Whether this template is active

JSON Example

{
  "pipelineCode": "string",
  "name": "string",
  "description": "string",
  "timeEstimateMinutes": 0,
  "dueDateOffsetDays": 0
}

Used By Operations