This action creates a tag on a specified workspace.
Developer info
- API endpoint slug
- clockify.create_tag
- Filter code method
- Clockify.createTag.skip(string?: reason)
- Runtime method
- runAction("clockify.create_tag", {})
Action fields
Workspace Dropdown list
- Label
- Workspace
- Helper text
- Select a workspace where the tag will be created
- Slug
- workspace
- Required
- true
- Can have default value
- false
Name Text input > Other
- Label
- Tag name
- Slug
- name
- Required
- true
- Can have default value
- true
- Filter code method
- Clockify.createTag.setName(string: name)
