Task Templates

This resource represents a task template that is created within a workspace.

Note that Task Templates are available for workspaces that have the Tasks App enabled.

Properties

id string
The id of the task template.

object string
Object type [taskTemplate].

name string
The name the task template, to be the default when creating tasks.

description string
The description of the task template in HTML format, to be the default when creating tasks.

createdDate string
The date the task template was created in RFC3339 format.

{
    "createdDate": "2025-05-06T15:22:37Z",
    "description": "Task template description",
    "id": "eddeb6a1-dfd7-4a60-9c8c-38ceed09bde9",
    "name": "Task template created as default",
    "object": "taskTemplate",
}