This action creates a client in your Toggl Track Workspace
- API endpoint slug
- toggl_track.create_client
- Filter code method
- TogglTrack.createClient.skip(string?: reason)
- Runtime method
- runAction("toggl_track.create_client", {})
Action fields
- Label
- Workspace
- Helper text
- Select the organization & workspace
- Slug
- workspace
- Required
- true
- Can have default value
- false
- Label
- Client Name
- Helper text
- Name of the client. Should be unique.
- Slug
- name
- Required
- true
- Can have default value
- true
- Filter code method
- TogglTrack.createClient.setName(string: name)