Close menu
Explore Plans
Mobile menu Close menu
Clockify

New project created

This trigger fires when a new project is created in the selected workspace.

Developer info

API endpoint slug
clockify.new_project

Trigger fields

Workspace Dropdown list

Label
Workspace
Helper text
Select the workspace to watch for new projects
Slug
workspace
Required
true
Can have default value
false

Ingredients

Project name The name of the project.

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

Project client name The name of the project's client (blank if none).

Slug
project_client_name
Filter code
Clockify.newProject.ProjectClientName
Type
String
Example
Acme Corp

Is billable Whether the project is marked billable (true or false).

Slug
is_billable
Filter code
Clockify.newProject.IsBillable
Type
String
Example
true

Created at The date and time the project was created.

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