Basecamp Project Todolist Todo Create
This handler allows you to create a new todo task in Basecamp.
Downloads
By downloading this file, you acknowledge that you agree to our Terms of Service
basecamp_project_todolist_todo_create_v1.zip
This handler requires that you are running at least Kinetic Task 2.0.
Detailed Description
This handler will create a new todo task for a todo list within a project in Basecamp. Exceptions will be raised if the date is not formatted correctly, if there is not exactly one project with the given name, or if there is not exactly one todo list with the given name.
Getting your User Id Number
1. In a browser, login to your account.
2. In the URL, your user id comes right after the host name.
Parameters
Name | Description |
---|---|
Project Name | The name of the project the targe todolist belongs to. |
Todolist Name | The name of the todo list to add the task to. |
Content | Message describing the todo/task. |
Due At | Optional Parameter for due date of the task. Format: yyyy-mm--dd |
Sample Configuration
Parameter | Example Configuration |
---|---|
Project Name | Example Project |
Todolist Name | Important Todolist |
Content | Create poster for presentation. |
Due At | 2013-07-23 |
Results
This handler returns no results.
Exceptions will be raised if there is not exactly one project with the given name. If there is no todolist with the provided name, an exception will be raised. If the due at date is not either empty, or in the correct format, an exception will be raised.
Change Log
Version | Date | Description |
---|---|---|
1 | 2013-06-20 | Initial Version |