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