Log new ClickUp tasks to Google Sheets
This trigger fires when a new task has been created.
Developer info
- API endpoint slug
- clickup.task_created
Trigger fields
Team Dropdown list
- Label
- Which workspace?
- Slug
- team_id
- Required
- true
- Can have default value
- false
Ingredients
Task name The name of the task.
- Slug
- task_name
- Filter code
- Clickup.taskCreated.TaskName
- Type
- String
- Example
- Finish the marketing plan
Task The ID of the task.
- Slug
- task_id
- Filter code
- Clickup.taskCreated.TaskId
- Type
- String
- Example
- 3wemm92
Url The URL of the task.
- Slug
- url
- Filter code
- Clickup.taskCreated.Url
- Type
- String
- Example
- https://app.clickup.com/t/3wen7yf
Description The task description.
- Slug
- description
- Filter code
- Clickup.taskCreated.Description
- Type
- String
- Example
- Here are some details about the marketing plan...
Text content The text content of the card.
- Slug
- text_content
- Filter code
- Clickup.taskCreated.TextContent
- Type
- String
- Example
- Here are the details about the marketing plan...
Status name The name of the status of the task.
- Slug
- status_name
- Filter code
- Clickup.taskCreated.StatusName
- Type
- String
- Example
- Pending
Status The ID of the current status of the task.
- Slug
- status_id
- Filter code
- Clickup.taskCreated.StatusId
- Type
- String
- Example
- sc234287546_4gkKnixx
List name The name of the list the task was created in.
- Slug
- list_name
- Filter code
- Clickup.taskCreated.ListName
- Type
- String
- Example
- My List
List The ID of the list the task was created in.
- Slug
- list_id
- Filter code
- Clickup.taskCreated.ListId
- Type
- String
- Example
- 234287546
Space The ID of the space the task was created in.
- Slug
- space_id
- Filter code
- Clickup.taskCreated.SpaceId
- Type
- String
- Example
- 38685966
Creator name The name of the user who created the card.
- Slug
- creator_name
- Filter code
- Clickup.taskCreated.CreatorName
- Type
- String
- Example
- Joe Smith
Creator The ID of the user who created the card.
- Slug
- creator_id
- Filter code
- Clickup.taskCreated.CreatorId
- Type
- String
- Example
- 38558972
Date created Date and time the task was created.
- Slug
- date_created
- Filter code
- Clickup.taskCreated.DateCreated
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
Order index The order of the task within its list.
- Slug
- order_index
- Filter code
- Clickup.taskCreated.OrderIndex
- Type
- String
- Example
- 0.00000900000000000000000000000000
Is archived Whether or not the task is archived.
- Slug
- is_archived
- Filter code
- Clickup.taskCreated.IsArchived
- Type
- String
- Example
- true