Explore Plans
Mobile menu Close menu
Clockify

Create project

This action creates a project on a specified workspace.

Developer info

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

Action fields

Workspace project Nested dropdown list

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

Name Text input > Title

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

Client Text input > Title

Label
Client
Helper text
Name of the client for this project
Slug
client
Required
false
Can have default value
true
Filter code method
Clockify.createProject.setClient(string: client)

Billable Dropdown list

Label
Is project billable?
Slug
billable
Required
false
Can have default value
true
Filter code method
Clockify.createProject.setBillable(string: billable)

Public Dropdown list

Label
Is project public?
Slug
public
Required
false
Can have default value
true
Filter code method
Clockify.createProject.setPublic(string: public)
Help