Close menu
Explore Plans
Mobile menu Close menu
Clockify

New task created

This trigger fires when a new task is created on the selected project.

Developer info

API endpoint slug
clockify.new_task

Trigger fields

Workspace project Nested dropdown list

Label
Workspace / Project
Helper text
Select a specific project to watch for new tasks
Slug
workspace_project
Required
true
Can have default value
false

Ingredients

Task name The name of the task that was created.

Slug
task_name
Filter code
Clockify.newTask.TaskName
Type
String
Example
Design mockups

Project name The name of the project the task was created on.

Slug
project_name
Filter code
Clockify.newTask.ProjectName
Type
String
Example
Website Redesign

Created at The date and time the task was created.

Slug
created_at
Filter code
Clockify.newTask.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00