Create Basecamp to-dos from Google Tasks
This action will create a new to-do on a list you select.
Developer info
- API endpoint slug
- basecamp.create_todo
- Filter code method
- Basecamp.createTodo.skip(string?: reason)
- Runtime method
- runAction("basecamp.create_todo", {})
Action fields
Todolist Nested dropdown list
- Label
- Which to-do list?
- Helper text
- Select the project and to-do list to add the to-do to.
- Slug
- todolist_id
- Required
- true
- Can have default value
- false
Title Text input > Other
- Label
- Title
- Helper text
- The title of the to-do.
- Slug
- title
- Required
- true
- Can have default value
- true
- Filter code method
- Basecamp.createTodo.setTitle(string: title)
Description Text input > Long text
- Label
- Description
- Helper text
- Optional details for the to-do. Supports HTML.
- Slug
- description
- Required
- false
- Can have default value
- true
- Filter code method
- Basecamp.createTodo.setDescription(string: description)
Due on Text input > Other
- Label
- Due on
- Helper text
- Optional due date in YYYY-MM-DD format.
- Slug
- due_on
- Required
- false
- Can have default value
- true
- Filter code method
- Basecamp.createTodo.setDueOn(string: due_on)