This action creates a client on a specified workspace.
- API endpoint slug
- clockify.create_client
- Filter code method
- Clockify.createClient.skip(string?: reason)
- Runtime method
- runAction("clockify.create_client", {})
Action fields
- Label
- Workspace
- Helper text
- Select a workspace where the client will be created
- Slug
- workspace
- Required
- true
- Can have default value
- false
- Label
- Client name
- Slug
- name
- Required
- true
- Can have default value
- true
- Filter code method
- Clockify.createClient.setName(string: name)
- 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)