Close menu
Explore Plans
Mobile menu Close menu
Clockify

Create a task

This action creates a task on a specified project.

Developer info

API endpoint slug
clockify.create_task
Filter code method
Clockify.createTask.skip(string?: reason)
Runtime method
runAction("clockify.create_task", {})

Action fields

Workspace project Nested dropdown list

Label
Workspace / Project
Helper text
Select a specific project where the task will be created
Slug
workspace_project
Required
true
Can have default value
false

Name Text input > Other

Label
Task name
Slug
name
Required
true
Can have default value
true
Filter code method
Clockify.createTask.setName(string: name)