Close menu
Explore Plans
Mobile menu Close menu
Clockify

Create a client

This action creates a client on a specified workspace.

Developer info

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

Action fields

Workspace Dropdown list

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

Name Text input > Other

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

Note Text input > Other

Label
Note
Helper text
Optional note for this client
Slug
note
Required
false
Can have default value
true
Filter code method
Clockify.createClient.setNote(string: note)