Create Toggl Track tasks for new Trello cards
This action creates a task in your Toggl Track project.
Developer info
- API endpoint slug
- toggl_track.create_task
- Filter code method
- TogglTrack.createTask.skip(string?: reason)
- Runtime method
- runAction("toggl_track.create_task", {})
Action fields
Workspace Dropdown list
- Label
- Workspace
- Helper text
- Select the organization & workspace
- Slug
- workspace
- Required
- true
- Can have default value
- false
Project Dropdown list
- Label
- Project
- Helper text
- Select the project
- Slug
- project
- Required
- true
- Can have default value
- false
Name Text input > Short text
- Label
- Task Name
- Helper text
- Name of the task. Should be unique.
- Slug
- name
- Required
- true
- Can have default value
- true
- Filter code method
- TogglTrack.createTask.setName(string: name)
Active Dropdown list
- Label
- Active
- Helper text
- Select whether this task is active.
- Slug
- active
- Required
- false
- Can have default value
- true
- Filter code method
- TogglTrack.createTask.setActive(string: active)