api-tasktemplates | R Documentation |
Working with task templates in ClickUp tasks.
cu_get_task_templates(team_id, page, cu_token = NULL)
cu_create_task_from_template(list_id, template_id, name, ..., cu_token = NULL)
team_id |
Team ID. |
page |
Page to fetch (starts at 0). To page task templates, pass the page number you wish to fetch. |
cu_token |
ClickUp personal access token or an access token from the OAuth flow.
The |
list_id |
List ID. |
template_id |
Template ID. |
name |
Name of the task. |
... |
Named arguments to be passed to API request body, see the ClickUp API documentation (https://clickup.com/api). |
A cu object.
cu for the cu object class.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.