POST /api/v2/task_list_templates

Creates a task list template.

Allowed For

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
task_list_template Object No
task_list_template.id String No

Automatically assigned when the task list template is created

task_list_template.task_count Integer No

The number of tasks in the task list template

task_list_template.name String Yes

The name of the task list template

task_list_template.tasks[] Array No

The tasks for the task list template. Only present for some endpoints.

task_list_template.tasks[].id String No

Automatically assigned when the task is created

task_list_template.tasks[].name String Yes

The name of the task

task_list_template.tasks[].description String No

The description of the task

task_list_template.tasks[].required Boolean No

Whether the task is required to complete the task list

task_list_template.tasks[].created_at String No

The time the task was created

task_list_template.tasks[].position Integer No

The position of the task in the task list template

task_list_template.tasks[].updated_at String No

The time the task was last updated

task_list_template.description String No

The description of the task list template

task_list_template.url String No

URL of the task list template

task_list_template.is_active Boolean No

TWhether the task list template is active and available for use by agents, or inactive and unavailable for use

task_list_template.created_at String No

The time the task list template was created

task_list_template.updated_at String No

The time the task list template was last updated

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.