Create Clockify time entry when Basecamp to-do completes
This trigger fires when a to-do in a list you select is marked as completed.
Developer info
- API endpoint slug
- basecamp.new_todo_completed
Trigger fields
Todolist Nested dropdown list
- Label
- Which to-do list?
- Helper text
- Select the project and to-do list to monitor.
- Slug
- todolist_id
- Required
- true
- Can have default value
- false
Ingredients
Title The title of the to-do.
- Slug
- title
- Filter code
- Basecamp.newTodoCompleted.Title
- Type
- String
- Example
- Review Q2 roadmap
Completer The person who completed the to-do.
- Slug
- completer
- Filter code
- Basecamp.newTodoCompleted.Completer
- Type
- String
- Example
- Jane Doe
Url A link to the to-do in Basecamp.
- Slug
- url
- Filter code
- Basecamp.newTodoCompleted.Url
- Type
- Web URL
- Example
- https://3.basecamp.com/1234567/buckets/2345/todos/987
Completed at The date and time the to-do was completed.
- Slug
- completed_at
- Filter code
- Basecamp.newTodoCompleted.CompletedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00